Description
Usage
bw_post__syntax( $shortcode );Parameters
- $shortcode
- ( mixed ) optional default: bw_post –
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-post-page.phpLines:
1 to 7 of 7
function bw_post__syntax( $shortcode="bw_post" ) { $syntax = array( "post_type" => bw_skv( "post", "<i>post_type</i>", "Post type to add" ) , "icon" => bw_skv( null, "<i>dash icon</i>", "Dash icon override" ) , "text" => bw_skv( null, "<i>text</i>", "tooltip text override" ) ); return( $syntax ); }View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters:
