You appear to be a bot. Output may be restricted
Description
Implement [bw_telephone] shortcode to display the telephone number, if set
Usage
bw_telephone( $atts );
Parameters
- $atts
- ( mixed ) optional –
Returns
voidSource
File name: oik/shortcodes/oik-phone.phpLines:
1 to 4 of 4
function bw_telephone( $atts = null ) { $atts['index'] = bw_array_get( $atts, "index", "telephone" ); return( _bw_telephone( $atts ) ); }View on GitHub View on Trac