Kitchen
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEkitchen.zip
- FILE SIZE22033477 bytes
- MD56547833803b766e7af8bc3bd4454cb79
- SHA12d45a2cbde8df2093c14d9f727e45c5f2236fc8f
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, HTML, Bitmap images
- THEME URIhttp://kitchen.victhemes.com/
- VERSION3.1.1
- AUTHOR URIhttp://victhemes.com/
- 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-01-08
- LAST FILE UPDATE2020-01-08
- LAST VALIDATION2020-01-08 16:08
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
woocommerce.zip vic-kitchen.zip ultimate_vc_addons.zip ninja-forms-style.zip revslider.zip vic-galleries.zip js_composer.zip ninja-forms-layout-styles-v3.0.25.zip
.
Plugins are not allowed in themes. The zip file found was
Tip-off
- Possible Favicon found in theme-functions.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- Themes that use the tag accessibility-ready will need to undergo an accessibility review.
See https://make.wordpress.org/themes/handbook/review/accessibility/ - This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file image.php.
- The 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 : 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 : 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 : 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.