Lines:
1 to 21 of 21
<?php // (C) Copyright Bobbing Wide 2011-2017 /* function _bw_mailto_link() – Generate a mailto: link with optional subject= parameter */ /* function _atdot() – "at dot" an email address */ /* function _bw_atdot() – Apply _atdot logic if required */ /* function _bw_email() – Internal function for bw_email and bw_mailto */ /* function bw_email() – Implement [bw_email] shortcode for an inline mailto: link */ /* function bw_mailto() – Implement [bw_mailto] shortcode for a mailto: link */ /* function _sc_email() – Common parameters for bw_email, bw_mailto, etc. */ /* function bw_email__syntax() – Syntax help for [bw_email] */ /* function bw_mailto__syntax() – Syntax help for [bw_mailto] */View on GitHub View on Trac