You appear to be a bot. Output may be restricted
Description
Syntax hook for [bw_new] shortcode
Usage
bw_new__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_new –
Returns
voidSource
File name: oik-fields/shortcodes/oik-new.phpLines:
1 to 7 of 7
function bw_new__syntax( $shortcode="bw_new" ) { $syntax = array( "post_type" => bw_skv( null, "<i>post type</i>", "Supporting post_type name" ) , "format" => bw_skv( null, "<i>format</i>", "Field format string" ) , "email" => bw_skv( "<i>author</i>", "n|<i>email</i>", "Email address for New pending content email" ) ); return( $syntax ); }View on GitHub