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