verify() ) { return new WP_Error( 'anr_error', $anr_captcha_class->add_error_to_mgs() ); } return $verify; } /** * Returns the instance. * * @return Jet_Blocks_Compatibility */ public static function get_instance() { // If the single instance hasn't been set, set it now. if ( null == self::$instance ) { self::$instance = new self(); } return self::$instance; } } } /** * Returns instance of Jet_Blocks_Compatibility * * @return Jet_Blocks_Compatibility */ function jet_blocks_compatibility() { return Jet_Blocks_Compatibility::get_instance(); }