You appear to be a bot. Output may be restricted
Description
Trace the post id, if required
Usage
$string = bw_trace_post_id();
Parameters
Returns
string post ID, if requiredSource
File name: oik-bwtrace/includes/bwtrace.phpLines:
1 to 9 of 9
function bw_trace_post_id() { global $bw_trace_post_id; $id = null; if ( $bw_trace_post_id ) { $id .= bw_get_post_id(); $id .= " "; } return( $id ); }View on GitHub View on Trac