| theme_version ); ?> | ||
| $value ) { if ( ! $value ) { unset( $previous_version[ $key ] ); } } $previous_versions_array = $previous_version; $previous_version_string = array_slice( $previous_version, -3, 3, true ); $previous_version_string = implode( ' ', array_map( 'esc_attr', $previous_version_string ) ); } ?> |
| theme_version ) ); ?> |
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://avada.com/documentation/how-to-register-for-avada-support/' ); // phpcs:ignore WordPress.Security.EscapeOutput ?>
| [?]'; ?> | ||
| [?]'; ?> | ||
| [?]'; ?> | ||
| [?]'; ?> | ||
| [?]'; ?> | ||
| [?]'; ?> | ||
| [?]'; ?> | 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' ); // phpcs:ignore WordPress.Security.EscapeOutput ?> | |
| [?]'; ?> | ✔ – | |
| [?]'; ?> |
| [?]'; ?> | ||
| [?]'; ?> | = 0 ) { $message = $php_version; } else { $message = sprintf( /* translators: %1$s: Current PHP version. %2$s: Recommended PHP version. %3$s: "WordPress Requirements" link. */ esc_html__( '%1$s. WordPress recommendation: %2$s or above. See %3$s for details.', 'Avada' ), $php_version, '7.3', '' . esc_html__( 'WordPress Requirements', 'Avada' ) . '' ); } } echo $message; // phpcs:ignore WordPress.Security.EscapeOutput ?> | |
| [?]'; ?> | ||
| [?]'; ?> |
$time_limit && 0 != $time_limit ) { // phpcs:ignore WordPress.PHP.StrictComparisons.LooseComparison
/* 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, 'https://wordpress.org/support/article/common-wordpress-errors/#specific-error-messages' ) . ''; // phpcs:ignore WordPress.Security.EscapeOutput } else { echo '' . esc_attr( $time_limit ) . ''; } ?> |
|
| [?]'; ?> | '0', ]; foreach ( $registered_navs as $handle => $registered_nav ) { $menu = wp_get_nav_menu_object( $registered_nav ); // phpcs:ignore WordPress.WP.GlobalVariablesOverride 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; } ?>
' . 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' ) . ''; // phpcs:ignore WordPress.Security.EscapeOutput } else { echo '' . esc_html( $max_input_vars ) . ''; } ?> |
|
| [?] | ||
| [?]'; ?> | '0', ]; foreach ( $registered_navs as $handle => $registered_nav ) { $menu = wp_get_nav_menu_object( $registered_nav ); // phpcs:ignore WordPress.WP.GlobalVariablesOverride 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; } ?>
' . 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' ) . ''; // phpcs:ignore WordPress.Security.EscapeOutput } else { echo '' . esc_html( $max_input_vars ) . ''; } ?> |
|
| [?]'; ?> | '0', ]; foreach ( $registered_navs as $handle => $registered_nav ) { $menu = wp_get_nav_menu_object( $registered_nav ); // phpcs:ignore WordPress.WP.GlobalVariablesOverride 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' ); } ?>
' . 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' ) . ''; // phpcs:ignore WordPress.Security.EscapeOutput } else { echo '' . esc_html( $max_input_vars ) . ''; } ?> |
|
| [?]'; ?> |
' . sprintf( __( '%1$s - Recommended Value: %2$s. Post Max Value Length limitation may prohibit the Global 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' ) . ''; // phpcs:ignore WordPress.Security.EscapeOutput } 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.'; ?> | |
| [?]'; ?> | ✔' : 'cURL is not installed or enabled on your server, but is required for several key WordPress features.'; ?> | |
| [?]'; ?> | ✔' : 'PHP mail is not installed or enabled on your server, but is required for sending emails without additional plugins. For an alternative sending method please read our guide on setting up SMTP for email.'; ?> | |
| [?]'; ?> | db_version() ); ?> | |
| [?]'; ?> | ||
| [?]'; ?> | ✔' : 'DOMDocument is not installed on your server, but is required if you need to use the Avada Builder.'; ?> | |
| [?]'; ?> | false, 'user-agent' => 'avada-remote-get-test', ] ); ?>= 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.'; ?> | |
| [?]'; ?> | false, 'user-agent' => 'avada-remote-get-test', ] ); ?>= 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.'; ?> | |
| [?]'; ?> |
| [?]'; ?> | ||
| ([^>]*)#i', '$1', $plugin_data['AuthorName'] ); ?> ' . esc_html( $author_name ) . '' ) . ' – ' . esc_html( $plugin_data['Version'] ) . $version_string . $network_string; ?> |