: | ||
: | ||
: | version ); ?> | |
: | ' . WC_LOG_DIR . ' ';
} else {
printf( ' ' . __( 'To allow logging, make %s writable or define a custom WC_LOG_DIR .', 'woocommerce' ) . '', WC_LOG_DIR );
}
?> |
|
: | ||
: | '; else echo '–'; ?> | |
: | ' . sprintf( __( '%s - We recommend setting memory to at least 64MB. See: %s', 'woocommerce' ), size_format( $memory ), '' . __( 'Increasing memory allocated to PHP', 'woocommerce' ) . '' ) . ''; } else { echo '' . size_format( $memory ) . ''; } ?> | |
: | – | |
: | – | |
: |
: | ||
: | ' . sprintf( __( '%s - We recommend a minimum PHP version of 5.6. See: %s', 'woocommerce' ), esc_html( $php_version ), '' . __( 'How to update your PHP version', 'woocommerce' ) . '' ) . ''; } else { echo '' . esc_html( $php_version ) . ''; } } else { _e( "Couldn't determine PHP version because phpversion() doesn't exist.", 'woocommerce' ); } ?> | |
: | ||
: | ||
: | ||
: | ||
: | ' : '–'; ?> | |
: | db_version(); if ( version_compare( $mysql_version, '5.6', '<' ) ) { echo ' ' . sprintf( __( '%s - We recommend a minimum MySQL version of 5.6. See: %s', 'woocommerce' ), esc_html( $mysql_version ), '' . __( 'WordPress Requirements', 'woocommerce' ) . '' ) . ''; } else { echo '' . esc_html( $mysql_version ) . ''; } ?> | |
: | ||
: | ' . sprintf( __( 'Default timezone is %s - it should be UTC', 'woocommerce' ), $default_timezone ) . ''; } else { echo ''; } ?> | |
: | ' : ''; ?> |
: | ||
get_var( $wpdb->prepare( "SHOW TABLES LIKE %s;", $wpdb->prefix . $table ) ) !== $wpdb->prefix . $table ? ' ' . __( 'Table does not exist', 'woocommerce' ) . '' : ''; ?> | ||
: | ' . esc_html( WC_Geolocation::get_local_database_path() ) . ' ';
} else {
printf( ' ' . sprintf( __( 'The MaxMind GeoIP Database does not exist - Geolocation will not function. You can download and install it manually from %1$s to the path: %2$s', 'woocommerce' ), make_clickable( 'http://dev.maxmind.com/geoip/legacy/geolite/' ), '' . WC_Geolocation::get_local_database_path() . ' ' ) . '', WC_LOG_DIR );
}
?> |
() |
||
---|---|---|
: | ' : '–'; ?> | |
() | ||
: | ' : '–'; ?> |
' . $page_name . ': | '; echo '' . wc_help_tip( $values['help'] ) . ' | '; // Page ID check. if ( ! $page_id ) { echo ' ' . __( 'Page not set', 'woocommerce' ) . ''; $error = true; } else if ( ! get_post( $page_id ) ) { echo ' ' . __( 'Page ID is set, but the page does not exist', 'woocommerce' ) . ''; $error = true; } else if ( get_post_status( $page_id ) !== 'publish' ) { echo ' ' . sprintf( __( 'Page visibility should be %spublic%s', 'woocommerce' ), '', '' ) . ''; $error = true; } else { // Shortcode check if ( $values['shortcode'] ) { $page = get_post( $page_id ); if ( empty( $page ) ) { echo ' ' . sprintf( __( 'Page does not exist', 'woocommerce' ) ) . ''; $error = true; } else if ( ! strstr( $page->post_content, $values['shortcode'] ) ) { echo ' ' . sprintf( __( 'Page does not contain the shortcode: %s', 'woocommerce' ), $values['shortcode'] ) . ''; $error = true; } } } if ( ! $error ) echo '#' . absint( $page_id ) . ' - ' . str_replace( home_url(), '', get_permalink( $page_id ) ) . ''; echo ' |
: | 0 ) ); foreach ( $terms as $term ) { $display_terms[] = strtolower( $term->name ) . ' (' . $term->slug . ')'; } echo implode( ', ', array_map( 'esc_html', $display_terms ) ); ?> |
: | Name ); ?> | |
: | ' . sprintf( __( '%s is available', 'woocommerce' ), esc_html( $update_theme_version ) ) . ''; } ?> | |
: | {'Author URI'}; ?> | |
: | ' : ' – ' . sprintf( __( 'If you\'re modifying WooCommerce on a parent theme you didn\'t build personally, then we recommend using a child theme. See: How to create a child theme', 'woocommerce' ), 'https://codex.wordpress.org/Child_Themes' ); ?> | |
: | Name ); ?> | |
: | Version ); if ( version_compare( $parent_theme->Version, $update_theme_version, '<' ) ) { echo ' – ' . sprintf( __( '%s is available', 'woocommerce' ), esc_html( $update_theme_version ) ) . ''; } ?> | |
: | {'Author URI'}; ?> | |
: | template, wc_get_core_supported_themes() ) ) { echo ' ' . __( 'Not Declared', 'woocommerce' ) . ''; } else { echo ''; } ?> |