You appear to be a bot. Output may be restricted
Description
Syntax help for [bw_mailto]
Usage
bw_mailto__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_mailto –
Returns
voidSource
File name: oik/shortcodes/oik-email.phpLines:
1 to 8 of 8
function bw_mailto__syntax( $shortcode="bw_mailto" ) { $syntax = _sc_email(); $syntax_mailto = array( "tag" => BW_::bw_skv( "p", "<i>" . __( "tag", "oik" ) . "</i>", __( "enclosing HTML tag", "oik" ) ) , "index" => BW_::bw_skv( "email", "<i>" . __( "field", "oik" ) . "</i>", __( "oik options field to use", "oik" ) ) ); $syntax += $syntax_mailto; return( $syntax ); }View on GitHub View on Trac