wp_debug_backtrace_summary


wp_debug_backtrace_summary ( $ignore_class = null, $skip_frames = 0, $pretty = true )

Parameters:
  • (string) ignore_class Optional. A class to ignore all function calls within - useful when you want to just give info about the callee. Default null.
  • (int) skip_frames Optional. A number of stack frames to skip - useful for unwinding back to the source of the issue. Default 0.
  • (bool) pretty Optional. Whether you want a comma separated string instead of the raw array returned. Default true.
See:
Returns:
  • (string|array) Either a string containing a reversed comma separated trace or an array of individual calls.
Defined at:

Description

Returns a comma-separated string or array of functions that have been called to get to the current point in code.

Related Functions

wp_default_packages, wp_default_packages_scripts, wp_render_background_support, wp_default_packages_vendor, wp_extract_urls

Top Google Results

User discussions

wpseek mobile