You appear to be a bot. Output may be restricted
Description
Implement the [wow] and [WoW] shortcodes
Usage
bw_wow( $class );
Parameters
- $class
- ( mixed ) optional –
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-wow.phpLines:
1 to 8 of 8
function bw_wow ( $class = NULL ) { $bw = nullretstag( "span", $class ); $bw .= '<span class="bw_B1">W</span>'; $bw .= '<span class="bw_o">o</span>'; $bw .= '<span class="bw_B2">W</span>'; $bw .= nullretetag( "span", $class ); return( $bw ); }View on GitHub