Blank Child Theme
WordPress 6.7 theme
- THEME TYPEWordPress child theme 6.7
- FILE NAMEBlank-child-theme real final zip master.zip
- FILE SIZE243917 bytes
- MD522bc05b5e9f9fe5c825f8512eff80931
- SHA1a60ce11feb171d2ad5564b3a764593a4875e6597
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://example.com/
- VERSION2.2.8
- AUTHOR URIhttp://patrickboehner.com/
- CREATION DATE2022-07-15
- LAST FILE UPDATE2022-07-15
- LAST VALIDATION2022-07-15 07:32
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- file_get_contents was found in the file inline-svg.php 65: $svg_file = file_get_contents( CHILD_DIR . $svg_path . esc_attr( $args[ 'filename' ] )
Warning
- Found wp_deregister_script in header.php. Themes must not deregister core scripts. 22: wp_deregister_script( 'superfish' );23: wp_deregister_script( 'superfish-args' );
- 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 blank-child-theme, blank-child-theme.
Tip-off
- The theme appears to use include or require : block-patterns.php 47: // include( locate_template( $path ) ); 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.