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