Description
Use bw_ret() to return the contents of $bwecho, leaving the global value as NULL
Usage
$string = bw_ret();Parameters
Returns
string the contents of @global $bwecho prior to it being emptiedSource
File name: oik-bwtrace/libs/bobbfunc.phpLines:
1 to 9 of 9
function bw_ret() { global $bwecho; $bwret = $bwecho; $bwecho = NULL; //bw_trace( __FUNCTION__ ); //bw_backtrace(); //bw_trace2( $bwret ); return( $bwret ); }View on GitHub View on Trac
Called by
1 to 15 of 342
- bwsc_jquery() – Implement the [bw_jq] shortcode
- bw_abbr() – Display the company abbreviation using an abbr tag
- bw_accordion() – Display pages styled for jQuery accordion
- bw_acronym() – Display the company abbreviation using an acronym tag
- bw_action() – Implement [bw_action] shortcode
- bw_address() – Implement [bw_address] shortcode to display an address using Microformats
- bw_attachments() – List attachments
- bw_autop() – Implement [bw_autop] shortcode
- bw_background() – Implement [bw_background] shortcode
- bw_blockquote() – Implement [bw_blockquote] shortcode
- bw_block_() – Syntax [bw_block class="classes" title="title text" framed="y/n,t/f,1/0"] Future use parameters are prefix="art-" level="h3" – heading level for the block title
- bw_block_25() – Syntax [bw_block class="classes" title="title text" framed="y/n,t/f,1/0"] Future use parameters are prefix="art-" level="h3" – heading level for the block title
- bw_block_30() – Syntax [bw_block class="classes" title="title text" framed="y/n,t/f,1/0"] Future use parameters are prefix="art-" level="h3" – heading level for the block title
- bw_block_31() – Syntax [bw_block class="classes" title="title text" framed="y/n,t/f,1/0"] Future use parameters are prefix="art-" level="h3" – heading level for the block title
- bw_block_40() – Syntax [bw_block class="classes" title="title text" framed="y/n,t/f,1/0"] Future use parameters are prefix="art-" level="h3" – heading level for the block title
Invoked by
Calls
Call hooks
API Letters:
