Example #1
0
 public static function init()
 {
     if (!self::$instance) {
         self::$instance = new self();
     }
 }
Example #2
0
/**
 * 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();
}