You appear to be a bot. Output may be restricted
Description
Help hook for [bw_new] shortcode
Usage
bw_new__help( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_new –
Returns
voidSource
File name: oik-fields/shortcodes/oik-new.phpLines:
1 to 3 of 3
function bw_new__help( $shortcode="bw_new" ) { return( "Display a form to create a new post" ); }View on GitHub