\', __( \'Activation failed: The CMB2 Grid plugin requires PHP 5.3+. Please contact your webhost and ask them to upgrade the PHP version for your webhosting account.\', \'cmb2-grid\' ), \'

\';' ) ); deactivate_plugins( $file, false, is_network_admin() ); // Add to recently active plugins list. if ( ! is_network_admin() ) { update_option( 'recently_activated', array( $file => time() ) + (array) get_option( 'recently_activated' ) ); } else { update_site_option( 'recently_activated', array( $file => time() ) + (array) get_site_option( 'recently_activated' ) ); } // Prevent trying again on page reload. if ( isset( $_GET['activate'] ) ) { unset( $_GET['activate'] ); } } } } } else { /* PHP 5.3+, so load the plugin. */ include_once dirname( __FILE__ ) . '/Cmb2GridPluginLoad.php'; }