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 shortcode
Source
File name: oik/shortcodes/oik-bw.php
Lines:
1 to 5 of 5
function bw__help( $shortcode="bw" ) { if ( $shortcode == "bw" ) { return( __( "Expand to the logo for Bobbing Wide", "oik" ) ); } }