You appear to be a bot. Output may be restricted
Description
Push then empty the current $bwecho buffer
We need to cater for when nested shortcodes are expanded, especially when processing excerpts.
Usage
bw_push();
Parameters
Returns
void
Source
File name: oik-bwtrace/libs/bobbfunc.php
Lines:
1 to 5 of 5
function bw_push() { global $bwecho, $bwecho_array; $bwecho_array[] = $bwecho; $bwecho = null; }