Beispiel #1
0
/**
 * Echoes a sign-up checkbox.
 *
 * @deprecated 1.3.1 Use mc4wp_checkbox() instead
 * @see mc4wp_checkbox()
 */
function mc4wp_show_checkbox()
{
    _deprecated_function(__FUNCTION__, 'MailChimp for WP Pro v1.3.1', 'mc4wp_checkbox');
    mc4wp_checkbox();
}
Beispiel #2
0
/**
* Echoes a sign-up checkbox.
*
* @deprecated 1.3.1 Use mc4wp_checkbox() instead
* @see mc4wp_checkbox()
*/
function mc4wp_show_checkbox()
{
    mc4wp_checkbox();
}