You appear to be a bot. Output may be restricted
Description
Syntax for [bw_contact] shortcode
Usage
bw_contact__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_contact –
Returns
voidSource
File name: oik/shortcodes/oik-company.phpLines:
1 to 4 of 4
function bw_contact__syntax( $shortcode="bw_contact" ) { $syntax = array( "alt" => BW_::bw_skv( null, "1", __( "Use alternative value", "oik" ) ) ); return( $syntax ); }View on GitHub View on Trac