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