deactivate(); } /** * Display an error notice and deactivate the plugin */ public static function min_version_notice() { include dirname( __FILE__ ) . '/views/admin/notices/html-version.php'; thrive_ab()->deactivate(); } } Thrive_Admin_Notices::init();