' . sprintf(
'Responsive Menu requires PHP 5.4 or higher to function and has therefore been automatically disabled.
You are still on %s.%sPlease speak to your web host about upgrading your PHP version.',
PHP_VERSION,
'
'
) . '
';
}
if(version_compare(PHP_VERSION, '5.4', '<'))
return;
if ( empty( get_option( 'is_rmp_new_version') ) && ! empty( get_option('responsive_menu_version') ) ) {
/**
* Add admin notice to upgrade the plugin license.
*/
add_action( 'admin_notices', 'rmp_move_new_version_admin_notice' );
function rmp_move_new_version_admin_notice() {
if ( ! empty( get_option( 'rm_upgrade_admin_notice' ) ) ) {
return;
}
if ( empty( $_GET['page'] ) || 'responsive-menu' !== $_GET['page'] ) {
return;
}
?>
Responsive Menu Pro has been deactivated