' . 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

get_menu_active_themes(); if ( empty( $active_themes ) ) { return; } //Include the file from each theme which has php template. foreach( $active_themes as $key => $theme_name ) { $theme_index = $theme_manager->get_theme_index_file( $theme_name ); if ( file_exists( $theme_index ) ) { require_once $theme_index; } } } rm_includes_menu_theme_template(); } include( 'review-banner-class.php' );