Opened 4 months ago
Closed 4 months ago
#247760 closed theme (live)
THEME: Blocksy – 2.1.23
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | theme update | Keywords: | theme-blocksy accessibility-ready |
| Cc: | hq@… |
Description
Blocksy - 2.1.23
Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Theme URL - https://creativethemes.com/blocksy/
Author URL - https://creativethemes.com
Trac Browser - https://themes.trac.wordpress.org/browser/blocksy/2.1.23
WordPress.org - https://wordpress.org/themes/blocksy/
SVN - https://themes.svn.wordpress.org/blocksy/2.1.23
ZIP - https://downloads.wordpress.org/theme/blocksy.2.1.23.zip?nostats=1
Live preview – https://playground.wordpress.net/#…
Diff with previous version: [303450] https://themes.trac.wordpress.org/changeset?old_path=blocksy/2.1.22&new_path=blocksy/2.1.23
History:
- RECOMMENDED: No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
- WARNING: Found wp_deregister_script in inc/components/woocommerce/boot.php. Themes must not deregister scripts that are included in WordPress. Deregistering third party scripts that are registered by parent themes is allowed.
Line 67: wp_deregister_script('yith_wapo_color_label_frontend');
- WARNING: fopen was found in the file inc/classes/woo-import-export.php. File read operations should use file_get_contents() but are discouraged unless required.
Line 357: $fh = fopen($file, 'r');
- WARNING: file_put_contents was found in the file inc/classes/woo-import-export.php. File write operations should are avoided unless necessary.
Line 254: file_put_contents($temp_file, $video_content);
- WARNING: fopen was found in the file inc/classes/woo-import-export.php. File write operations should are avoided unless necessary.
Line 357: $fh = fopen($file, 'r');
- WARNING: fclose was found in the file inc/classes/woo-import-export.php. File write operations should are avoided unless necessary.
Line 381: fclose($fh);
- RECOMMENDED: Possible variable $attr_array found in translation function in inc/helpers/html.php. Translation function calls must not contain PHP variables, use placeholders instead. See <a href="https://developer.wordpress.org/apis/handbook/internationalization/internationalization-guidelines/#variables" target="_blank">Internationalization Guidelines (Opens in a new window)</a>.
Line 37: * @param array $attr_array array('href' => '/', 'title' => 'Test').
Line 42: function blocksy_attr_to_html(array $attr_array) {
Line 45: foreach ($attr_array as $attr_name => $attr_val) {
Line 57: function blocksy_attr_to_html_e(array $attr_array) {
Line 59: echo blocksy_attr_to_html($attr_array);
- RECOMMENDED: Possible variable $tag found in translation function in inc/helpers/html.php. Translation function calls must not contain PHP variables, use placeholders instead. See <a href="https://developer.wordpress.org/apis/handbook/internationalization/internationalization-guidelines/#variables" target="_blank">Internationalization Guidelines (Opens in a new window)</a>.
Line 65: * @param string $tag Tag name.
Line 72: function blocksy_html_tag($tag, $attr = [], $end = false) {
Line 77: if (strpos($tag, ' ') !== false) {
Line 78: $tag = explode(' ', $tag)[0];
Line 81: $html = '<' . $tag;
Line 89: $html .= '></' . $tag . '>';
Line 95: $html .= '>' . $end . '</' . $tag . '>';
Line 102: function blocksy_html_tag_e($tag, $attr = [], $end = false) {
Line 104: echo blocksy_html_tag($tag, $attr, $end);
- RECOMMENDED: Possible variable $file_path found in translation function in inc/helpers.php. Translation function calls must not contain PHP variables, use placeholders instead. See <a href="https://developer.wordpress.org/apis/handbook/internationalization/internationalization-guidelines/#variables" target="_blank">Internationalization Guidelines (Opens in a new window)</a>.
Line 100: * @param string $file_path path to file.
Line 105: $file_path,
Line 113: if (is_file($file_path)) {
Line 114: require $file_path;
Line 131: * @param string $file_path File path.
Line 138: $file_path,
Line 142: if (! is_file($file_path)) {
Line 151: require $file_path;
Line 157: function blocksy_render_view_e($file_path, $view_variables = [], $default_value = '') {
Line 159: echo blocksy_render_view($file_path, $view_variables, $default_value);
- WARNING: A menu without a theme_location was found in inc/panel-builder/header/menu/view.php. <code>$menu_args</code> is used inside wp_nav_menu(). You must manually check if the theme_location is included.
- WARNING: The theme is using
#wpadminbarin static/bundle/admin-frontend.min.css. Hiding the admin bar is not allowed. This warning must be manually checked. - WARNING: role="search" was found in woocommerce/product-searchform.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
Line 5: * This template can be overridden by copying it to yourtheme/woocommerce/product-searchform.php.
- WARNING: 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 blocksy, woocommerce.
- RECOMMENDED: No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
- RECOMMENDED: No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.

Theme Update for existing Live theme - automatically approved