You appear to be a bot. Output may be restricted
Description
Implement an intermediate trace filter to monitor what's happening with "the_content"
Usage
bw_tracef( $arg1, $arg2, $arg3 );
Parameters
- $arg1
- ( mixed ) required –
- $arg2
- ( mixed ) optional –
- $arg3
- ( mixed ) optional –
Returns
voidSource
File name: oik-css/oik-css.phpLines:
1 to 3 of 3
function bw_tracef( $arg1, $arg2=null, $arg3=null ) { return( bw_trace2( $arg1 ) ); }View on GitHub View on Trac