Blocksy
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEblocksy.2.0.47.zip
- FILE SIZE3556949 bytes
- MD57f51fc15d4ef049b477aa011da12c0ee
- SHA1ef950041a2c310fad24ee4e0e67103b65c2061e6
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Adobe Illustrator
- THEME URIhttps://creativethemes.com/blocksy/
- VERSION2.0.47
- AUTHOR URIhttps://creativethemes.com
- TAGSblog, e-commerce, wide-blocks, block-styles, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, t
- CREATION DATE2024-05-13
- LAST FILE UPDATE2024-05-15
- LAST VALIDATION2024-05-15 13:07
- OTHER VERSIONS
This theme is open source.
Critical alerts
- file_get_contents('php://input'), true);file_get_contents was found in the file block.php 12: $body = json_decode(file_get_contents('php://input'), true);file_get_contents was found in the file block.php 70: $data = json_decode(file_get_contents('php://input'), true);139: $data = json_decode(file_get_contents('php://input'), true);file_get_contents was found in the file block.php 70: $data = json_decode(file_get_contents('php://input'), true);139: $data = json_decode(file_get_contents('php://input'), true);file_get_contents was found in the file view.php 75: $svg = file_get_contents($maybe_file);118: $svg = file_get_contents($maybe_file);file_get_contents was found in the file view.php 75: $svg = file_get_contents($maybe_file);118: $svg = file_get_contents($maybe_file);file_get_contents was found in the file view.php 166: $svg = file_get_contents($maybe_file);209: $svg = file_get_contents($maybe_file);file_get_contents was found in the file view.php 166: $svg = file_get_contents($maybe_file);209: $svg = file_get_contents($maybe_file);file_get_contents was found in the file fonts-manager.php 267: $data = file_get_contents( file_get_contents was found in the file colors.php 32: $body = json_decode(
- like_escapeFound -- BC-layer for WP 3.9 or less.207: $old = like_escape(esc_sql($old)); // Note: this double escaping is actually neces like_escape found in file db-search-replace.php. Deprecated since version 4.0. Use wpdb::esc_like() instead.206: // phpcs:ignore WordPress.WP.DeprecatedFunctions.
Warning
- Found wp_deregister_script in boot.php. Themes must not deregister core scripts. 67: wp_deregister_script('yith_wapo_color_label_frontend');
- Found wrong tag wide-blocks in style.css header.Found wrong tag block-styles in style.css header.Found wrong tag custom-logo in style.css header.
- Themes should not hide admin bar. Detected in file admin-frontend.min.css.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- Possible variable $text found in translation function in translations-manager.php. Translation function calls should not contain PHP variables.
Tip-off
- 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 : cache-manager.php 67: if (! class_exists('WP_Optimize_Cache_Commands')) include_once(WPO_PLUGIN_MAIN_PATH . 'cache/class-cache-commands.php');68: if (! class_exists('WP_Optimize_Minify_Commands')) include_once(WPO_PLUGIN_MAIN_PATH . 'minify/class-wp-optimize-minify-comman69: if (! class_exists('WP_Optimize_Minify_Cache_Functions')) include_once(WPO_PLUGIN_MAIN_PATH . 'minify/class-wp-optimize-minify-cache- 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.