You appear to be a bot. Output may be restricted
Description
Backtrace the selected hookWe call bw_trace() in order to get the context.
Usage
$mixed = bw_trace_backtrace( $arg );
Parameters
- $arg
- ( mixed ) required – the value to return
Returns
mixed the parameter passedSource
File name: oik-bwtrace/includes/bwtrace-actions.phpLines:
1 to 5 of 5
function bw_trace_backtrace( $arg ) { bw_trace2(); bw_backtrace(); return( $arg ); }View on GitHub View on Trac