Brisket
WordPress 6.7 theme
- THEME TYPEWordPress child theme 6.7
- FILE NAMEbrisket-g2.zip
- FILE SIZE1902291 bytes
- MD5fefbd3d124516f8d80974df34a251f07
- SHA1dd350f1f19fe327a44c0b7646afb68c8d98860bf
- LICENSENone
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.0.8
- AUTHOR URIhttps://themedy.com
- CREATION DATE2020-01-14
- LAST FILE UPDATE2020-01-14
- LAST VALIDATION2020-01-14 02:40
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found a Customizer setting that did not have a sanitization callback function in file themedy-customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
- add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_t File class-tgm-plugin-activation.php : 731: $this->page_hook = call_user_func( '
Warning
- Found wrong tag in style.css header.
- 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 themedy, tgmpa, tribe-events-calendar, genesis.
- The theme uses the register_post_type() function, which is plugin-territory functionality.
- License: is missing from style.css header.
- License URI: is missing from style.css header.
- Text Domain: is missing from your style.css header.
- Could not find Theme URL.
Tip-off
- The theme appears to use include or require : init.php 15: require_once(CHILD_THEME_LIB_DIR.'/admin/themedy-options.php');18: require_once(CHILD_THEME_LIB_DIR.'/admin/themedy-settings.php');19: require_once(CHILD_THEME_LIB_DIR.'/admin/brisket-settings.php');22: require_once(CHILD_THEME_LIB_DIR.'/admin/themedy-customizer.php');25: require_once(CHILD_THEME_LIB_DIR.'/plugins/plugins.php'); // TGM Framework 31: include(CHILD_THEME_LIB_DIR.'/functions/themedy-portfolio.php');34: include(CHILD_THEME_LIB_DIR.'/functions/themedy-cpt.php');37: require_once(CHILD_THEME_LIB_DIR.'/functions/themedy-metaboxes.php');40: include(CHILD_THEME_LIB_DIR.'/functions/themedy-woocommerce.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.