You appear to be a bot. Output may be restricted
Description
Trace the global post objectPrint the contents of the post object
Usage
$mixed = bw_trace_the_post( $arg );
Parameters
- $arg
- ( mixed ) optional – the first parameter to the hook has to be returned
Returns
mixed the value passed inSource
File name: oik-bwtrace/includes/bwtrace-actions.phpLines:
1 to 5 of 5
function bw_trace_the_post( $arg=null ) { global $post; bw_trace2( $post, "global post", false, BW_TRACE_ALWAYS ); return( $arg ); }View on GitHub View on Trac