You appear to be a bot. Output may be restricted
Description
Help hook for "bw_blog" shortcode
Usage
bw_blog__help( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_blog –
Returns
voidSource
File name: oik-ms/shortcodes/oik-blog.phpLines:
1 to 3 of 3
function bw_blog__help( $shortcode="bw_blog" ) { return( "Select blog to process" ); }View on GitHub