public static function init() { if (!self::$instance) { self::$instance = new self(); } }
/** * Echoes a sign-up checkbox. * * @deprecated 1.3.1 Use mc4wp_checkbox() instead * @see mc4wp_checkbox() */ function mc4wp_show_checkbox() { MC4WP_Checkboxes::instance()->output_checkbox(); }