You appear to be a bot. Output may be restricted
Description
Implement [bp] shortcode for BuddyPress
Usage
bw_bp();
Parameters
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-wp.phpLines:
1 to 7 of 7
function bw_bp( ) { $bw = nullretstag( "span", "buddypress"); $bw .= '<span class="bw_buddy">Buddy</span>'; $bw .= '<span class="bw_bpress">Press</span>'; $bw .= nullretetag( "span", "buddypress" ); return( $bw ); }View on GitHub