bootScore
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEbootscore-main.zip
- FILE SIZE1983831 bytes
- MD5af0b467ee00acbe76e2644a602f0127e
- SHA1bc5c2504da503daa9e810cfbfb4b53d442c0ac24
- LICENSEMIT X11
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://bootscore.me/
- VERSION5.1.3.1
- AUTHOR URIhttps://bootscore.me
- TAGSfeatured-images, threaded-comments, translation-ready
- CREATION DATE2022-02-04
- LAST FILE UPDATE2022-02-04
- LAST VALIDATION2022-02-04 01:02
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- file_get_contents($fileCache);file_put_contents was found in the file Cache.php 165: file_put_contents($fileCache, $c);file_put_contents was found in the file SourceMapGenerator.php 162: if (file_put_contents($file, $content) === false) {file_get_contents was found in the file SourceMapGenerator.php 243: $content[] = file_get_contents($sourceFile);fclose was found in the file StreamLogger.php 39: fclose($this->stream);fwrite was found in the file StreamLogger.php 50: fwrite($this->stream, $prefix . $message . '\n\n');58: fwrite($this->stream, $message . '\n');fwrite was found in the file StreamLogger.php 50: fwrite($this->stream, $prefix . $message . '\n\n');58: fwrite($this->stream, $message . '\n');fopen was found in the file Compiler.php 365: $this->logger = new StreamLogger(fopen('php://stderr', 'w'), true);file_get_contents was found in the file Compiler.php 5705: $code = file_get_contents($path);file_get_contents was found in the file scss-compiler.php 42: $compiled = $compiler->compileString(file_get_contents($scss_file));file_put_contents was found in the file scss-compiler.php 48: file_put_contents($css_file, $compiled->getCss()); file_get_contents was found in the file Cache.php 135: $c =
- The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
Warning
- Found wp_deregister_script in woocommerce-functions.php. Themes must not deregister core scripts. 139: wp_deregister_script('selectWoo');
- Theme URI and Author URI should not be the same.
- Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is bootscore.
- 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 bootscore, woocommerce.
- A.git was found.
- .gitignore was found.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- No reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- .sticky css class is needed in theme css.
- .bypostauthor css class is needed in theme css.
- .alignleft css class is needed in theme css.
- .alignright css class is needed in theme css.
- .aligncenter css class is needed in theme css.
- .wp-caption css class is needed in theme css.
- .wp-caption-text css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.Possible Favicon found in header-woocommerce.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- Possible hard-coded links were found in the file template-tags.php.256: <p class='lead'>' . esc_html__('Please use a modern and secure web browser like', 'bootscore') . ' <a href='https://www.mozilla.org/firefox/' target='_blank'>Mozilla Firefox</a>, <a h
- 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 : woocommerce-functions.php 31: require_once('ajax-cart/ajax-add-to-cart.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 : Parser.php 505: ($this->literal('@include', 8) && 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-compiler.php 9: 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.