get_admin_screens_header( 'system-status' ); ?>

$value ) { if ( ! $value ) { unset( $previous_version[ $key ] ); } } } if ( ! $previous_version ) { $previous_version = __( 'No previous versions could be detected', 'Avada' ); } else { if ( is_array( $previous_version ) ) { $previous_versions_array = $previous_version; $previous_version = array_slice( $previous_version, -3, 3, true ); $previous_version = implode( ' ', array_map( 'esc_attr', $previous_version ) ); } } ?>
  theme_version ); ?>
 
=' ) && version_compare( $previous_versions_array[ $versions_count - 2 ], '4.0.0', '<=' ) ) { $force_hide_400_migration = true; } } $previous_version = get_option( 'avada_previous_version', false ); if ( false !== $previous_version && ! empty( $previous_version ) ) { if ( is_array( $previous_version ) ) { foreach ( $previous_version as $ver ) { $ver = Avada_Helper::normalize_version( $ver ); if ( $ver && ! empty( $ver ) && version_compare( $ver, '4.0.0', '<' ) ) { $show_400_migration = true; $last_pre_4_version = $ver; } if ( $ver && ! empty( $ver ) && version_compare( $ver, '5.0.0', '<' ) ) { $show_500_migration = true; $last_pre_5_version = $ver; } $last_version = $ver; } } else { $previous_version = Avada_Helper::normalize_version( $previous_version ); if ( version_compare( $previous_version, '4.0.0', '<' ) ) { $show_400_migration = true; $last_pre_4_version = $previous_version; } if ( version_compare( $previous_version, '5.0.0', '<' ) ) { $show_500_migration = true; $last_pre_5_version = $previous_version; } $last_version = $previous_version; } } // Display Avada conversions if available. if ( ( $show_400_migration && ! $force_hide_400_migration ) || $show_500_migration ) { ?>

IMPORTANT: Updating to Avada 4.0 and 5.0 requires a conversion process to ensure your content is compatible with the new version. This is an automatic process that happens upon update. In rare situations, you may need to rerun conversion if there was an issue through the automatic process. The controls below allow you to do this if needed. Please contact our support team through a ticket if you have any questions or need assistance.', 'Avada' ), 'https://theme-fusion.com/documentation/avada/getting-started/avada-theme-support/' ); // WPCS: XSS ok.?>

 
 
$post_type ) { if ( ! post_type_exists( $post_type ) ) { unset( $post_types[ $key ] ); } } // Build the query array. $args = array( 'posts_per_page' => 1, 'orderby' => 'ID', 'order' => 'DESC', 'post_type' => $post_types, 'post_status' => 'any', ); // The query to get posts that meet our criteria. $posts = fusion_cached_get_posts( $args ); $current_step = get_option( 'avada_migration_cleanup_id', false ); $total_steps = $posts[0]->ID; ?>

[?]'; ?>
[?]'; ?>
[?]'; ?>
[?]'; ?>
[?]'; ?>
[?]'; ?>
[?]'; ?> 128MB. Please define memory limit in wp-config.php file. To learn how, see: Increasing memory allocated to PHP.', 'Avada' ), esc_attr( size_format( $memory ) ), 'http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP' ); // WPCS: XSS ok. ?>
[?]'; ?>
[?]'; ?>

'0', ); foreach ( $registered_navs as $handle => $registered_nav ) { $menu = wp_get_nav_menu_object( $registered_nav ); if ( $menu ) { $menu_items_count[] = $menu->count; } } $max_items = max( $menu_items_count ); if ( Avada()->settings->get( 'disable_megamenu' ) ) { $required_input_vars = $max_items * 20; } else { $required_input_vars = $max_items * 12; } ?> '0', ); foreach ( $registered_navs as $handle => $registered_nav ) { $menu = wp_get_nav_menu_object( $registered_nav ); if ( $menu ) { $menu_items_count[] = $menu->count; } } $max_items = max( $menu_items_count ); if ( Avada()->settings->get( 'disable_megamenu' ) ) { $required_input_vars = $max_items * 20; } else { $required_input_vars = $max_items * 12; } ?> '0', ); foreach ( $registered_navs as $handle => $registered_nav ) { $menu = wp_get_nav_menu_object( $registered_nav ); if ( $menu ) { $menu_items_count[] = $menu->count; } } $max_items = max( $menu_items_count ); if ( Avada()->settings->get( 'disable_megamenu' ) ) { $required_input_vars = $max_items * 20; } else { $required_input_vars = ini_get( 'suhosin.request.max_vars' ); } ?> false, 'user-agent' => 'avada-remote-get-test', ) ); ?> false, 'user-agent' => 'avada-remote-get-test', ) ); ?>
[?]'; ?>
[?]'; ?> = 0 ) { $message = $php_version; } else { $message = sprintf( /* translators: %1$s: Current PHP version. %2$s: Recommended PHP version. %3$s: "WordPress Requirements" link. */ esc_attr__( '%1$s. WordPress recommendation: %2$s or above. See %3$s for details.', 'Avada' ), $php_version, '7.2', '' . esc_attr__( 'WordPress Requirements', 'Avada' ) . '' ); } } echo $message; // WPCS: XSS ok. ?>
[?]'; ?>
[?]'; ?> $time_limit && 0 != $time_limit ) { /* translators: %1$s: Current value. %2$s: URL. */ echo '' . sprintf( __( '%1$s - We recommend setting max execution time to at least 180.
See: Increasing max execution to PHP', 'Avada' ), $time_limit, 'http://codex.wordpress.org/Common_WordPress_Errors#Maximum_execution_time_exceeded' ) . '
'; // WPCS: XSS ok. } else { echo '' . esc_attr( $time_limit ) . ''; } ?>
[?]'; ?> ' . sprintf( __( '%1$s - Recommended Value: %2$s.
Max input vars limitation will truncate POST data such as menus. See: Increasing max input vars limit.', 'Avada' ), $max_input_vars, '' . $required_input_vars . '', 'http://sevenspark.com/docs/ubermenu-3/faqs/menu-item-limit' ) . ''; // WPCS: XSS ok. } else { echo '' . esc_attr( $max_input_vars ) . ''; } ?>
[?]
[?]'; ?> ' . sprintf( __( '%1$s - Recommended Value: %2$s.
Max input vars limitation will truncate POST data such as menus. See: Increasing max input vars limit.', 'Avada' ), $max_input_vars, '' . ( $required_input_vars ) . '', 'http://sevenspark.com/docs/ubermenu-3/faqs/menu-item-limit' ) . ''; // WPCS: XSS ok. } else { echo '' . esc_attr( $max_input_vars ) . ''; } ?>
[?]'; ?> ' . sprintf( __( '%1$s - Recommended Value: %2$s.
Max input vars limitation will truncate POST data such as menus. See: Increasing max input vars limit.', 'Avada' ), $max_input_vars, '' . ( $required_input_vars + ( 500 + 1000 ) ) . '', 'http://sevenspark.com/docs/ubermenu-3/faqs/menu-item-limit' ) . ''; // WPCS: XSS ok. } else { echo '' . esc_attr( $max_input_vars ) . ''; } ?>
[?]'; ?> ' . sprintf( __( '%1$s - Recommended Value: %2$s.
Post Max Value Length limitation may prohibit the Theme Options data from being saved to your database. See: Suhosin Configuration Info.', 'Avada' ), $suhosin_max_value_length, '' . $recommended_max_value_length . '', 'http://suhosin.org/stories/configuration.html' ) . ''; // WPCS: XSS ok. } else { echo '' . esc_attr( $suhosin_max_value_length ) . ''; } ?>
[?]'; ?> ✔' : 'ZipArchive is not installed on your server, but is required if you need to import demo content.'; ?>
[?]'; ?> db_version() ); ?>
[?]'; ?>
[?]'; ?> ✔' : 'DOMDocument is not installed on your server, but is required if you need to use the Fusion Page Builder.'; ?>
[?]'; ?> = 200 && $response['response']['code'] < 300 ) ? '' : 'wp_remote_get() failed. Some theme features may not work. Please contact your hosting provider and make sure that https://build.envato.com/api/ is not blocked.'; ?>
[?]'; ?> = 200 && $response['response']['code'] < 300 ) ? '' : 'wp_remote_post() failed. Some theme features may not work. Please contact your hosting provider and make sure that https://www.google.com/recaptcha/api/siteverify is not blocked.'; ?>
[?]'; ?>

' . esc_html( $plugin_data['Name'] ) . ''; } else { $plugin_name = esc_html( $plugin_data['Name'] ); } ?>
()
  ' . esc_html( $plugin_data['AuthorName'] ) . '' ) . ' – ' . esc_html( $plugin_data['Version'] ) . $version_string . $network_string; // WPCS: XSS ok. ?>