You appear to be a bot. Output may be restricted
Description
Implement [bw_youtube] shortcode
Usage
bw_youtube( $atts );
Parameters
- $atts
- ( mixed ) optional –
Returns
voidSource
File name: oik/shortcodes/oik-follow.phpLines:
1 to 4 of 4
function bw_youtube( $atts=null ) { $atts['network'] = "YouTube"; return( bw_follow( $atts ) ); }View on GitHub View on Trac