Woodmart
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEwoodmart.zip
- FILE SIZE11295158 bytes
- MD51be71344434b0a5d4e3b88b6d19c6be9
- SHA1669bd455aa375f707db53d37cd171aab910c4478
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://woodmart.xtemos.com/
- VERSION6.4.2
- TAGSone-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
- CREATION DATE2022-06-02
- LAST FILE UPDATE2022-06-03
- LAST VALIDATION2022-06-03 08:21
- 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.
- base64_decode( get_transient( $posts_data_transient_name ) ) ); Found base64_decode in file template-tags.php. 1925: $fetchedTweets = maybe_unserialize(
$encode_posts = base64_encode( maybe_serialize( $fetchedTweets ) );
Found base64_encode in file template-tags.php. - add_submenu_page(101: add_submenu_page(111: add_submenu_page(122: add_submenu_page(134: add_submenu_page(File dashboard.php : 91: add_submenu_page(101: add_submenu_page(111: add_submenu_page(122: add_submenu_page(134: add_submenu_page(File dashboard.php : 91: add_submenu_page(101: add_submenu_page(111: add_submenu_page(122: add_submenu_page(134: add_submenu_page(File dashboard.php : 91: add_submenu_page(101: add_submenu_page(111: add_submenu_page(122: add_submenu_page(134: add_submenu_page(File dashboard.php : 91: add_submenu_page(101: add_submenu_page(111: add_submenu_page(122: add_submenu_page(134: add_submenu_page(File class-page.php : 288: add_menu_page(File class-page.php : 302: add_submenu_page( File dashboard.php : 91:
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. 265: wp_deregister_script( trim( $script ) );278: wp_deregister_script( 'contact-form-7' );324: wp_deregister_script( 'elementor-dialog' );331: wp_deregister_script( 'elementor-frontend' );337: 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 '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, 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.
- 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 326: 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.