You appear to be a bot. Output may be restricted
Description
Help for [bw] shortcode
Usage
$string = bw__help( $shortcode );
Parameters
- $shortcode
- ( string ) optional default: bw –
Returns
string translated help for shortcodeSource
File name: oik/shortcodes/oik-bw.phpLines:
1 to 5 of 5
function bw__help( $shortcode="bw" ) { if ( $shortcode == "bw" ) { return( __( "Expand to the logo for Bobbing Wide", "oik" ) ); } }View on GitHub View on Trac