: [?]'; ?>
: [?]'; ?>
: [?]'; ?> 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 '' . '–' . ''; ?>
: [?]'; ?>
[?]'; if ( function_exists( 'fsockopen' ) || function_exists( 'curl_init' ) ) { $posting['fsockopen_curl']['success'] = true; } else { $posting['fsockopen_curl']['success'] = false; $posting['fsockopen_curl']['note'] = __( 'Your server does not have fsockopen or cURL enabled - PayPal IPN and other scripts which communicate with other servers will not work. Contact your hosting provider.', 'woocommerce' ). ''; } // SOAP $posting['soap_client']['name'] = 'SoapClient'; $posting['soap_client']['help'] = '[?]'; if ( class_exists( 'SoapClient' ) ) { $posting['soap_client']['success'] = true; } else { $posting['soap_client']['success'] = false; $posting['soap_client']['note'] = sprintf( __( 'Your server does not have the SOAP Client class enabled - some gateway plugins which use SOAP may not work as expected.', 'woocommerce' ), 'http://php.net/manual/en/class.soapclient.php' ) . ''; } // DOMDocument $posting['dom_document']['name'] = 'DOMDocument'; $posting['dom_document']['help'] = '[?]'; if ( class_exists( 'DOMDocument' ) ) { $posting['dom_document']['success'] = true; } else { $posting['dom_document']['success'] = false; $posting['dom_document']['note'] = sprintf( __( 'Your server does not have the DOMDocument class enabled - HTML/Multipart emails, and also some extensions, will not work without DOMDocument.', 'woocommerce' ), 'http://php.net/manual/en/class.domdocument.php' ) . ''; } // GZIP $posting['gzip']['name'] = 'GZip'; $posting['gzip']['help'] = '[?]'; if ( is_callable( 'gzopen' ) ) { $posting['gzip']['success'] = true; } else { $posting['gzip']['success'] = false; $posting['gzip']['note'] = sprintf( __( 'Your server does not support the gzopen function - this is required to use the GeoIP database from MaxMind. The API fallback will be used instead for geolocation.', 'woocommerce' ), 'http://php.net/manual/en/zlib.installation.php' ) . ''; } // WP Remote Post Check $posting['wp_remote_post']['name'] = __( 'Remote Post', 'woocommerce'); $posting['wp_remote_post']['help'] = '[?]'; $response = wp_remote_post( 'https://www.paypal.com/cgi-bin/webscr', array( 'sslverify' => false, 'timeout' => 60, 'user-agent' => 'WooCommerce/' . WC()->version, 'body' => array( 'cmd' => '_notify-validate' ) ) ); if ( ! is_wp_error( $response ) && $response['response']['code'] >= 200 && $response['response']['code'] < 300 ) { $posting['wp_remote_post']['success'] = true; } else { $posting['wp_remote_post']['note'] = __( 'wp_remote_post() failed. PayPal IPN won\'t work with your server. Contact your hosting provider.', 'woocommerce' ); if ( is_wp_error( $response ) ) { $posting['wp_remote_post']['note'] .= ' ' . sprintf( __( 'Error: %s', 'woocommerce' ), wc_clean( $response->get_error_message() ) ); } else { $posting['wp_remote_post']['note'] .= ' ' . sprintf( __( 'Status code: %s', 'woocommerce' ), wc_clean( $response['response']['code'] ) ); } $posting['wp_remote_post']['success'] = false; } // WP Remote Get Check $posting['wp_remote_get']['name'] = __( 'Remote Get', 'woocommerce'); $posting['wp_remote_get']['help'] = '[?]'; $response = wp_remote_get( 'http://www.woothemes.com/wc-api/product-key-api?request=ping&network=' . ( is_multisite() ? '1' : '0' ) ); if ( ! is_wp_error( $response ) && $response['response']['code'] >= 200 && $response['response']['code'] < 300 ) { $posting['wp_remote_get']['success'] = true; } else { $posting['wp_remote_get']['note'] = __( 'wp_remote_get() failed. The WooCommerce plugin updater won\'t work with your server. Contact your hosting provider.', 'woocommerce' ); if ( is_wp_error( $response ) ) { $posting['wp_remote_get']['note'] .= ' ' . sprintf( __( 'Error: %s', 'woocommerce' ), wc_clean( $response->get_error_message() ) ); } else { $posting['wp_remote_get']['note'] .= ' ' . sprintf( __( 'Status code: %s', 'woocommerce' ), wc_clean( $response['response']['code'] ) ); } $posting['wp_remote_get']['success'] = false; } $posting = apply_filters( 'woocommerce_debug_posting', $posting ); foreach ( $posting as $post ) { $mark = ! empty( $post['success'] ) ? 'yes' : 'error'; ?>
: [?]'; ?>
: [?]'; ?>
: [?]'; ?>
: [?]'; ?>
: [?]'; ?>
: [?]'; ?>
: [?]'; ?> db_version(); ?>
: [?]'; ?>
: [?]'; ?> ' . '✕ ' . sprintf( __( 'Default timezone is %s - it should be UTC', 'woocommerce' ), $default_timezone ) . ''; } else { echo '' . '✔' . ''; } ?>
:
__( 'The character used for decimal points.', 'woocommerce' ), 'thousands_sep' => __( 'The character used for a thousands separator.', 'woocommerce' ), 'mon_decimal_point' => __( 'The character used for decimal points in monetary values.', 'woocommerce' ), 'mon_thousands_sep' => __( 'The character used for a thousands separator in monetary values.', 'woocommerce' ), ); foreach ( $locale as $key => $val ) { if ( in_array( $key, array( 'decimal_point', 'mon_decimal_point', 'thousands_sep', 'mon_thousands_sep' ) ) ) { echo ''; } } ?>
' . $key . ':[?]' . ( $val ? $val : __( 'N/A', 'woocommerce' ) ) . '
' . $plugin_name . ''; } if ( strstr( $dirname, 'woocommerce-' ) ) { if ( false === ( $version_data = get_transient( md5( $plugin ) . '_version_data' ) ) ) { $changelog = wp_remote_get( 'http://dzv365zjfbd8v.cloudfront.net/changelogs/' . $dirname . '/changelog.txt' ); $cl_lines = explode( "\n", wp_remote_retrieve_body( $changelog ) ); if ( ! empty( $cl_lines ) ) { foreach ( $cl_lines as $line_num => $cl_line ) { if ( preg_match( '/^[0-9]/', $cl_line ) ) { $date = str_replace( '.' , '-' , trim( substr( $cl_line , 0 , strpos( $cl_line , '-' ) ) ) ); $version = preg_replace( '~[^0-9,.]~' , '' ,stristr( $cl_line , "version" ) ); $update = trim( str_replace( "*" , "" , $cl_lines[ $line_num + 1 ] ) ); $version_data = array( 'date' => $date , 'version' => $version , 'update' => $update , 'changelog' => $changelog ); set_transient( md5( $plugin ) . '_version_data', $version_data, DAY_IN_SECONDS ); break; } } } } if ( ! empty( $version_data['version'] ) && version_compare( $version_data['version'], $plugin_data['Version'], '>' ) ) { $version_string = ' – ' . esc_html( sprintf( _x( '%s is available', 'Version info', 'woocommerce' ), $version_data['version'] ) ) . ''; } if ( $plugin_data['Network'] != false ) { $network_string = ' – ' . __( 'Network enabled', 'woocommerce' ) . ''; } } ?>
()
 
: [?]'; ?> '.'✔'.'' : ''.'–'.''; ?>
[?]'; ?> ' . '✔' . '' : '' . '–' . ''; ?>
[?]'; ?> ' . '✔' . '' : '' . '–' . ''; ?>
: [?]'; ?> '.'✔'.'' : ''.'–'.''; ?>
[?]'; ?> ()
[?]'; ?>
[?]'; ?>
[?]'; ?>
[?]'; ?>
array( 'option' => 'woocommerce_shop_page_id', 'shortcode' => '', 'help' => __( 'The URL of your WooCommerce shop\'s homepage (along with the Page ID).', 'woocommerce' ), ), _x( 'Cart', 'Page setting', 'woocommerce' ) => array( 'option' => 'woocommerce_cart_page_id', 'shortcode' => '[' . apply_filters( 'woocommerce_cart_shortcode_tag', 'woocommerce_cart' ) . ']', 'help' => __( 'The URL of your WooCommerce shop\'s cart (along with the page ID).', 'woocommerce' ), ), _x( 'Checkout', 'Page setting', 'woocommerce' ) => array( 'option' => 'woocommerce_checkout_page_id', 'shortcode' => '[' . apply_filters( 'woocommerce_checkout_shortcode_tag', 'woocommerce_checkout' ) . ']', 'help' => __( 'The URL of your WooCommerce shop\'s checkout (along with the page ID).', 'woocommerce' ), ), _x( 'My Account', 'Page setting', 'woocommerce' ) => array( 'option' => 'woocommerce_myaccount_page_id', 'shortcode' => '[' . apply_filters( 'woocommerce_my_account_shortcode_tag', 'woocommerce_my_account' ) . ']', 'help' => __( 'The URL of your WooCommerce shop\'s “My Account” Page (along with the page ID).', 'woocommerce' ), ) ); $alt = 1; foreach ( $check_pages as $page_name => $values ) { $error = false; $page_id = get_option( $values['option'] ); if ( $page_id ) { $page_name = '' . esc_html( $page_name ) . ''; } else { $page_name = esc_html( $page_name ); } echo ''; echo ''; } ?>
' . $page_name . ':[?]'; // 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 ) ); ?>
{'Author URI'} == 'http://www.woothemes.com' ) { $theme_dir = substr( strtolower( str_replace( ' ','', $active_theme->Name ) ), 0, 45 ); if ( false === ( $theme_version_data = get_transient( $theme_dir . '_version_data' ) ) ) { $theme_changelog = wp_remote_get( 'http://dzv365zjfbd8v.cloudfront.net/changelogs/' . $theme_dir . '/changelog.txt' ); $cl_lines = explode( "\n", wp_remote_retrieve_body( $theme_changelog ) ); if ( ! empty( $cl_lines ) ) { foreach ( $cl_lines as $line_num => $cl_line ) { if ( preg_match( '/^[0-9]/', $cl_line ) ) { $theme_date = str_replace( '.' , '-' , trim( substr( $cl_line , 0 , strpos( $cl_line , '-' ) ) ) ); $theme_version = preg_replace( '~[^0-9,.]~' , '' ,stristr( $cl_line , "version" ) ); $theme_update = trim( str_replace( "*" , "" , $cl_lines[ $line_num + 1 ] ) ); $theme_version_data = array( 'date' => $theme_date , 'version' => $theme_version , 'update' => $theme_update , 'changelog' => $theme_changelog ); set_transient( $theme_dir . '_version_data', $theme_version_data , DAY_IN_SECONDS ); break; } } } } } ?> Template ); ?>
: [?]'; ?> Name; ?>
: [?]'; ?> Version; if ( ! empty( $theme_version_data['version'] ) && version_compare( $theme_version_data['version'], $active_theme->Version, '!=' ) ) { echo ' – ' . $theme_version_data['version'] . ' ' . __( 'is available', 'woocommerce' ) . ''; } ?>
: [?]'; ?> {'Author URI'}; ?>
: [?]'; ?> ' . '✔' . '' : '✕ – ' . sprintf( __( 'If you\'re modifying WooCommerce or a parent theme you didn\'t build personally we recommend using a child theme. See: How to create a child theme', 'woocommerce' ), 'http://codex.wordpress.org/Child_Themes' ); ?>
: [?]'; ?> Name; ?>
: [?]'; ?> Version; ?>
: [?]'; ?> {'Author URI'}; ?>
: [?]'; ?> template, wc_get_core_supported_themes() ) ) { echo '' . __( 'Not Declared', 'woocommerce' ) . ''; } else { echo '' . '✔' . ''; } ?>
WC()->plugin_path() . '/templates/' ) ); $scanned_files = array(); $found_files = array(); $outdated_templates = false; foreach ( $template_paths as $plugin_name => $template_path ) { $scanned_files[ $plugin_name ] = WC_Admin_Status::scan_template_files( $template_path ); } foreach ( $scanned_files as $plugin_name => $files ) { foreach ( $files as $file ) { if ( file_exists( get_stylesheet_directory() . '/' . $file ) ) { $theme_file = get_stylesheet_directory() . '/' . $file; } elseif ( file_exists( get_stylesheet_directory() . '/woocommerce/' . $file ) ) { $theme_file = get_stylesheet_directory() . '/woocommerce/' . $file; } elseif ( file_exists( get_template_directory() . '/' . $file ) ) { $theme_file = get_template_directory() . '/' . $file; } elseif( file_exists( get_template_directory() . '/woocommerce/' . $file ) ) { $theme_file = get_template_directory() . '/woocommerce/' . $file; } else { $theme_file = false; } if ( $theme_file ) { $core_version = WC_Admin_Status::get_file_version( WC()->plugin_path() . '/templates/' . $file ); $theme_version = WC_Admin_Status::get_file_version( $theme_file ); if ( $core_version && ( empty( $theme_version ) || version_compare( $theme_version, $core_version, '<' ) ) ) { if ( ! $outdated_templates ) { $outdated_templates = true; } $found_files[ $plugin_name ][] = sprintf( __( '%s version %s is out of date. The core version is %s', 'woocommerce' ), str_replace( WP_CONTENT_DIR . '/themes/', '', $theme_file ), $theme_version ? $theme_version : '-', $core_version ); } else { $found_files[ $plugin_name ][] = sprintf( '%s', str_replace( WP_CONTENT_DIR . '/themes/', '', $theme_file ) ); } } } } if ( $found_files ) { foreach ( $found_files as $plugin_name => $found_plugin_files ) { ?>
[?]'; ?>
():   ', $found_plugin_files ); ?>
: