You appear to be a bot. Output may be restricted
Description
Syntax for [bw_address]
Usage
$array = bw_address__syntax( $shortcode );
Parameters
- $shortcode
- ( string ) optional default: bw_address –
Returns
array defining the syntaxSource
File name: oik/shortcodes/oik-address.phpLines:
1 to 7 of 7
function bw_address__syntax( $shortcode="bw_address" ) { $syntax = array( "type" => BW_::bw_skv( __( "Work", "oik" ), "<i>" . __( "type", "oik" ) . "</i>", __( "Address type.", "oik" ) ) , "alt" => BW_::bw_skv( "", "1", __( "suffix for alternative address", "oik" ) ) , "tag" => BW_::bw_skv( "div", "span", __( "HTML formatting tag", "oik" ) ) ); return( $syntax ); }View on GitHub View on Trac