Woodmart
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEwoodmart.zip
- FILE SIZE11873631 bytes
- MD5d98c2184e7dc310148a49464493e39d3
- SHA16c6716f85f6bca52e748334e2ac0a6e88a5b882f
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://woodmart.xtemos.com/
- VERSION6.5.4
- TAGSone-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
- CREATION DATE2022-08-06
- LAST FILE UPDATE2022-08-06
- LAST VALIDATION2022-08-06 22:13
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
Ligne1929: $fetchedTweets = maybe_unserialize( base64_decode( get_transient( $posts_data_transient_name ) ) );
Found base64_decode in file template-tags.php. $encode_posts = base64_encode( maybe_serialize( $fetchedTweets ) );
Found base64_encode in file template-tags.php. Ligne93: add_submenu_page(
Ligne103: add_submenu_page(
Ligne113: add_submenu_page(
Ligne124: add_submenu_page(
Ligne136: add_submenu_page(
Ligne145: add_submenu_page(
File dashboard.php :Ligne93: add_submenu_page(
Ligne103: add_submenu_page(
Ligne113: add_submenu_page(
Ligne124: add_submenu_page(
Ligne136: add_submenu_page(
Ligne145: add_submenu_page(
File dashboard.php :Ligne93: add_submenu_page(
Ligne103: add_submenu_page(
Ligne113: add_submenu_page(
Ligne124: add_submenu_page(
Ligne136: add_submenu_page(
Ligne145: add_submenu_page(
File dashboard.php :Ligne93: add_submenu_page(
Ligne103: add_submenu_page(
Ligne113: add_submenu_page(
Ligne124: add_submenu_page(
Ligne136: add_submenu_page(
Ligne145: add_submenu_page(
File dashboard.php :Ligne93: add_submenu_page(
Ligne103: add_submenu_page(
Ligne113: add_submenu_page(
Ligne124: add_submenu_page(
Ligne136: add_submenu_page(
Ligne145: add_submenu_page(
File dashboard.php :Ligne93: add_submenu_page(
Ligne103: add_submenu_page(
Ligne113: add_submenu_page(
Ligne124: add_submenu_page(
Ligne136: add_submenu_page(
Ligne145: add_submenu_page(
File class-page.php :Ligne300: add_menu_page(
File class-page.php :Ligne314: add_submenu_page(
File dashboard.php : woodmart-core.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Found wp_deregister_script in enqueue.php. Themes must not deregister core scripts.
Ligne270: wp_deregister_script( trim( $script ) );
Ligne283: wp_deregister_script( 'contact-form-7' );
Ligne329: wp_deregister_script( 'elementor-dialog' );
Ligne336: wp_deregister_script( 'elementor-frontend' );
Ligne342: wp_deregister_script( 'zoom' );
- Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%s product', '%s products', category, 'woodmart' in file content-product-cat-default.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'woodmart' in file team-member.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'woodmart' in file team-member.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'woodmart' in file team-member.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'woodmart' in file team-member.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'woodmart' in file team-member.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'The text must be wrapped with the <u></u> tag to highlight it.' in file promo-banner.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Use custom theme animations if you want to run them in the slider element.' in file tabs.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Use custom theme animations if you want to run them in the slider element.' in file products-tabs.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'The text must be wrapped with the <u></u> tag to highlight it.' in file title.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Use custom theme animations if you want to run them in the slider element.' in file accordion.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Use custom theme animations if you want to run them in the slider element.' in file functions.php.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 woodmart, category, woocommerce, xts-theme, elementor, js_composer.
- The theme uses the register_taxonomy() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- .ds_store was found.
- Themes should not hide admin bar. Detected in file style.css.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- Screenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
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 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 archive.php.
- This theme does not contain optional file attachment.php.
- The theme appears to use include or require : Vctemplates.php
Ligne326: require_once($class_wp_importer);
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.