You appear to be a bot. Output may be restricted
Description
Syntax for [bw_cite] shortcode
Usage
bw_cite__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_cite –
Returns
voidSource
File name: oik/shortcodes/oik-cite.phpLines:
1 to 6 of 6
function bw_cite__syntax( $shortcode="bw_cite" ) { $syntax = array( "text" => BW_::bw_skv( "", "<i>" . __( "text", "oik" ) . "</i>", __( "Text for the citation", "oik" ) ) , "class"=> BW_::bw_skv( "", "<i>" . __( "class names", "oik" ) . "</i>", __( "CSS class names", "oik" ) ) ); return( $syntax ); }View on GitHub View on Trac