Description
Syntax hook for "bw_rwd" shortcode"class" is the list of CSS classes to generate optionally add @TODO ? 2013/09/08 "mq" is a new media query to add to the existing ones "mapping" is the width mapping rules for this media query "padding" is the margin and padding mapping rules for this media query
Usage
bw_rwd__syntax( $shortcode );Parameters
- $shortcode
- ( mixed ) optional default: bw_rwd –
Returns
voidSource
File name: oik-rwd/shortcodes/oik-rwd.phpLines:
1 to 5 of 5
function bw_rwd__syntax( $shortcode="bw_rwd" ) { $syntax = array( "class" => bw_skv( null, "<i>class list</i>", "CSV list of classes to generate" ) ); return( $syntax ); }View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters:
