bootScore
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEbootscore-main.zip
- FILE SIZE1227901 bytes
- MD5b7fe30bb362efcc16aabdf07820baf5a
- SHA1c200e28c1a40e4f9107cf20b9eda102d18322f2c
- LICENSEMIT X11
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://bootscore.me/
- VERSION5.2.3.4
- AUTHOR URIhttps://bootscore.me
- TAGSfeatured-images, threaded-comments, translation-ready
- CREATION DATE2023-05-16
- LAST FILE UPDATE2023-05-16
- LAST VALIDATION2023-05-16 20:15
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- .github .gitignore was found.
- 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 163: if (file_put_contents($file, $content) === false) {file_get_contents was found in the file SourceMapGenerator.php 252: $content[] = file_get_contents($sourceFile);fclose was found in the file StreamLogger.php 41: fclose($this->stream);fwrite was found in the file StreamLogger.php 52: fwrite($this->stream, $prefix . $message . '\n\n');60: fwrite($this->stream, $message . '\n');fwrite was found in the file StreamLogger.php 52: fwrite($this->stream, $prefix . $message . '\n\n');60: fwrite($this->stream, $message . '\n');fopen was found in the file Compiler.php 371: $this->logger = new StreamLogger(fopen('php://stderr', 'w'), true);file_get_contents was found in the file Compiler.php 5737: $code = file_get_contents($path);file_get_contents was found in the file scss-compiler.php 59: $compiled = $compiler->compileString(file_get_contents($scss_file));file_put_contents was found in the file scss-compiler.php 65: file_put_contents($css_file, $compiled->getCss());67: file_put_contents(substr($css_file, 0, - 3) . 'map', $compiled->getSourceMafile_put_contents was found in the file scss-compiler.php 65: file_put_contents($css_file, $compiled->getCss());67: file_put_contents(substr($css_file, 0, - 3) . 'map', $compiled->getSourceMa 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. 129: 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.
- The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- A.git was found.
- PHP short tags were found in file ajax-add-to-cart.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.139: let message = `<?= sprintf( __( 'You cannot add another '%s' to your cart.', 'woocommerce'142: let message = `<?= sprintf( _n( '%s has been added to your cart.', '%s have been added to
- 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 functions.php.289: 'ie_modern_browsers_2' => __(' <a href='https://www.mozilla.org/firefox/' target='_blank'>Mozilla Firefox</a>, <a h291: 'ie_modern_browsers_4' => __(' <a href='https://www.microsoft.com/edge' target='_blank'>Microsoft Edge</a> ', 'boot
- 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 category.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 author.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 33: 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 496: ($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.