You appear to be a bot. Output may be restricted
Description
Syntax for [bw_count] shortcode
Usage
bw_count__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_count –
Returns
voidSource
File name: oik/shortcodes/oik-count.phpLines:
1 to 6 of 6
function bw_count__syntax( $shortcode="bw_count" ) { $syntax = array( "post_type,0" => BW_::bw_skv( "post", "<i>" . __( "post type", "oik" ) . "</i>", __( "Post type to count", "oik" ) ) , "status,1" => BW_::bw_skv( "publish", "pending|draft|auto-draft|future|private|trash|inherit", __( "Post status", "oik" ) ) ); return( $syntax ); }View on GitHub View on Trac