17
Validation results

Kitchen

Kitchen

WordPress 6.5.2 theme
17
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEkitchen.zip
  • FILE SIZE5777572 bytes
  • MD5ba9a191518e0d7b83646418992fd1ecb
  • SHA18d8df9e3d3f7385fb61609d5e466ea0aa7e9b8a1
  • LICENSEGNU GPL 3
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://kitchen.victhemes.com/
  • VERSION1.3.3
  • AUTHOR URI
  • TAGStwo-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, trans
  • CREATION DATE2020-11-17
  • LAST FILE UPDATE2020-11-17
  • LAST VALIDATION2020-11-17 18:54
  • OTHER VERSIONS

    3.1.1 : 80%

This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Malware : Operations on file system file_get_contents was found in the file parsers.php 70: $success = $dom->loadXML(file_get_contents($file));275: if (!xml_parse($xml, file_get_contents($file), true)) {file_get_contents was found in the file parsers.php 70: $success = $dom->loadXML(file_get_contents($file));275: if (!xml_parse($xml, file_get_contents($file), true)) {fopen was found in the file parsers.php 432: $fp = $this->fopen($file, 'r');659: function fopen($filename, $mode = 'r') {662: return fopen($filename, $mode);fclose was found in the file parsers.php 481: $this->fclose($fp);677: function fclose($fp) {680: return fclose($fp);fopen was found in the file parsers.php 432: $fp = $this->fopen($file, 'r');659: function fopen($filename, $mode = 'r') {662: return fopen($filename, $mode);fopen was found in the file parsers.php 432: $fp = $this->fopen($file, 'r');659: function fopen($filename, $mode = 'r') {662: return fopen($filename, $mode);fclose was found in the file parsers.php 481: $this->fclose($fp);677: function fclose($fp) {680: return fclose($fp);fclose was found in the file parsers.php 481: $this->fclose($fp);677: function fclose($fp) {680: return fclose($fp);
  3. Deprecated functions : screen_icon screen_icon found in file wordpress-importer.php. Deprecated since version 3.8.1032: screen_icon();
  4. Deprecated functions : wp_get_http wp_get_http found in file wordpress-importer.php. Deprecated since version 4.4. Use WP_Http instead.905: $headers = wp_get_http( $url, $upload['file'] );
Warning
  1. Text domain : Incorrect use of translation functions.Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%s download remaining', '%s downloads remaining', downloads_remaining, 'woocommerce' in file my-downloads.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are kitchen, woocommerce, wordpress-importer, downloads_remaining.
  2. Line endings consistency : Both DOS and UNIX style line endingsFound a mix of \r\n and \n line endings in file jquery.fullpage.min.css.Found a mix of \r\n and \n line endings in file jquery.fullpage.min.js.
  3. Deprecated functions : screen_iconscreen_icon found in file wordpress-importer.php. Deprecated since version 3.8.1032: screen_icon();
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in theme-functions.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. theme tags : Presence of bad theme tagsThemes that use the tag accessibility-ready will need to undergo an accessibility review.
    See https://make.wordpress.org/themes/handbook/review/accessibility/
  3. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  4. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  5. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  6. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  11. Use of includes : Use of include or requireThe theme appears to use include or require : content-productList.php 1: <?php /** * The template for displaying product content within loops. * * Override this template by copying it to yourtheme/woocommerce/content-product.php * * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if (!defined('ABSPATH')) exit; // Exit if accessed directly include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); global $product, If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : import.php 295: require_once(ABSPATH . 'wp-content/plugins/revslider/admin/revslider-admin.315: require_once(ABSPATH . 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultim If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : init.php 7: require_once (KITCHEN_FRAME_WORK_DIR.'/plugins/class-tgm-plugin-activation. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : static.css.php 30: require_once(ABSPATH . 'wp-admin/includes/file.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : scss.inc.php 2868: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : theme-functions.php 9: include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : theme-shortcodes.php 23: require_once 'shortcodes/' . $shortcode . '.php';32: require_once 'shortcodes/' . $shortcode . '.php';44: require_once 'shortcodes/' . $shortcode . '.php';56: require_once 'shortcodes/' . $shortcode . '.php';67: require_once 'shortcodes/woocommerce/' . $shortcode . '.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes