How to track function calls
-
Hello.
Sorry for this newbie question. I’ve never been involved in a cooperative development project. I’m presently trying to find out where pods/classes/fields/text.php’s function “schema” is called. I’ve inserted
$pisteh = wp_debug_backtrace_summary(); $monfichierh = fopen('/path/schema.txt', 'a+'); fputs($monfichierh, $pisteh); fclose($monfichierh);inside the function, created a new schema.txt file, given the write right to everybody, suspended SELinux, added a new pod with a text field, a content for that pod, not to avail: nothing was written in my schema.txt file.
More generally, how to find where a function defined in pods is called?
Thank you in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘How to track function calls’ is closed to new replies.