You appear to be a bot. Output may be restricted
Description
Implements [bw] shortcode
Usage
$string = bw_bw( $atts, $content, $tag );
Parameters
- $atts
- ( array ) optional – shortcode parameters
- $content
- ( string ) optional – not expected
- $tag
- ( string ) optional –
Returns
string generated HTMLSource
File name: oik/shortcodes/oik-bw.phpLines:
1 to 5 of 5
function bw_bw( $atts=null, $content=null, $tag=null ) { oik_require( "bobbfunc.inc" ); e( bw( $atts ) ); return( bw_ret() ); }View on GitHub View on Trac