: | ||
: | ||
: | version ); ?> | |
: | ✔ ' . WC_LOG_DIR . ' ';
} else {
printf( '✕ ' . __( 'To allow logging, make %s writable or define a custom WC_LOG_DIR .', 'woocommerce' ) . '', WC_LOG_DIR );
}
?> |
|
: | ||
: | ||
: | ' . sprintf( __( '%s - We recommend setting memory to at least 64MB. See: Increasing memory allocated to PHP', 'woocommerce' ), size_format( $memory ), 'http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP' ) . ''; } else { echo '' . size_format( $memory ) . ''; } ?> | |
: | ✔'; else echo '–'; ?> | |
: |
: | ||
: | ' . sprintf( __( '%s - We recommend a minimum PHP version of 5.4. See: How to update your PHP version', 'woocommerce' ), esc_html( $php_version ), 'http://docs.woothemes.com/document/how-to-update-your-php-version/' ) . ''; } else { echo '' . esc_html( $php_version ) . ''; } } else { _e( "Couldn't determine PHP version because phpversion() doesn't exist.", 'woocommerce' ); } ?> | |
: | ||
: | ||
: | ||
: | ||
: | db_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' ) . '' : '✔'; ?> |
() | ||
---|---|---|
: | ✔' : '–'; ?> | |
() | ||
: | ✔' : '–'; ?> | |
: |
' . $page_name . ': | '; echo '' . wc_help_tip( $values['help'] ) . ' | '; // Page ID check if ( ! $page_id ) { echo '' . __( 'Page not set', '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' ), 'http://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 '✔'; } ?> |