• Let me assume (just an example) that file htdocs/wp-admin/includes/xyz.php exists, how can I trace back to see from where or how it is called? Thanks.

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Use trigger_error() in your PHP file, then the backtrace should reveal where the call came from. (untested, something to try) Does your PHP version display backtraces? If not, you can get it from debug_backtrace()

Viewing 1 replies (of 1 total)
  • The topic ‘Tracing Connectivity’ is closed to new replies.