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
void
Source
File name: oik/shortcodes/oik-company.php
Lines:
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 ); }