Description
Syntax for bw_plug shortcodeExample [bw_plug name="plugin name" link="URL" table="t/f,y/n,1/0"] shortcode
Usage
bw_plug__syntax( $shortcode );Parameters
- $shortcode
- ( mixed ) optional default: bw_plug –
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-plug.phpLines:
1 to 9 of 9
function bw_plug__syntax( $shortcode='bw_plug' ) { $syntax = array( "name" => bw_skv( 'oik', "<i>plugin-a,plugin-b</i>", "names of plugins to summarise" ) , "table" => bw_skv( 'Y', 'N|t|f|1|0', "Show detailed information. Defaults to 'Y' if more than one plugin is listed" ) , "option" => bw_skv( '', "active_plugins", "Summarise the activated plugins" ) , "link" => bw_skv( 'n', "y|<i>URL</i>", "URL for where to find additional information" ) , "banner" => bw_skv( null, "y|j|p", "Display the plugin banner image" ) ); return( $syntax ); }View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters:
