Lines:
1 to 45 of 45
<?php // (C) Copyright Bobbing Wide 2011-2017 /* function _bw_tel_link() – Return a tel: or sms: link */ /* function _bw_telephone_link() – Create an enclosing link start or end tag */ /* function _bw_telephone() – Return the telephone number in desired HTML markup, if set or passed as number= */ /* function bw_telephone() – Implement [bw_telephone] shortcode to display the telephone number, if set */ /* function bw_fax() – Implement [bw_fax] shortcode to display the fax number, if set */ /* function bw_mobile() – Implement [bw_mobile] shortcode to display the mobile (cell) number, if set */ /* function bw_emergency() – Implement [bw_emergency] shortcode to display the emergency number, if set */ /* function bw_tel() – Implement [bw_tel] shortcode to display an inline telephone number, using span */ /* function bw_mob() – Inline [bw_mob] shortcode to display an inline mobile number, using span */ /* function bw_skype() – Implement [bw_skype] shortcode to display the Skype contact information */ /* function _sc_telephone() – Common syntax for telephone related shortcodes */ /* function bw_telephone__syntax() – Syntax for [bw_telephone] shortcode */ /* function bw_tel__syntax() – Syntax for [bw_tel] shortcode */ /* function bw_fax__syntax() – Syntax for [bw_fax] shortcode */ /* function bw_mobile__syntax() – Syntax for [bw_mobile] shortcode */ /* function bw_mob__syntax() – Syntax for [bw_mob] shortcode */ /* function bw_emergency__syntax() – Syntax for [bw_emergency] shortcode */ /* function bw_skype__syntax() – Syntax for [bw_skype] shorrtcode */View on GitHub View on Trac