You appear to be a bot. Output may be restricted
Description
Example for [bw_bookmarks] shortcode
Usage
bw_bookmarks__example( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_bookmarks –
Returns
voidSource
File name: oik/shortcodes/oik-bookmarks.phpLines:
1 to 3 of 3
function bw_bookmarks__example( $shortcode="bw_bookmarks" ) { bw_invoke_shortcode( $shortcode, 'category_name=blogroll', __( "To display the links in the Blogroll", "oik" ) ); }View on GitHub View on Trac