EmallShop
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEthemeforest-D2SgoS9M-emallshop-responsive-multipurpose-woocommerce-theme-wordpress-theme.zip
- FILE SIZE2197126 bytes
- MD534ea5b059f1a45e389cfa6505e609086
- SHA1c3637f3a14d2eb51fd0a445695be3d51b31a8688
- LICENSECustom
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION2.4.5
- TAGStwo-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
- CREATION DATE2024-01-09
- LAST FILE UPDATE2024-01-09
- LAST VALIDATION2024-01-09 22:57
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
Ligne44: add_menu_page(
File class-admin.php :Ligne53: add_submenu_page( 'emallshop-theme',
Ligne60: add_submenu_page( 'emallshop-theme',
File class-admin.php :Ligne53: add_submenu_page( 'emallshop-theme',
Ligne60: add_submenu_page( 'emallshop-theme',
File class-admin.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 emallshop, woocommerce.
- thumbs.db was found.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- Possible variable $theme_slug found in translation function in theme_options.php. Translation function calls should not contain PHP variables.
- Possible variable $theme_slug found in translation function in theme_options.php. Translation function calls should not contain PHP variables.
- 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.
- 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.
- The theme appears to use include or require : class-admin.php
Ligne70: require( EMALLSHOP_ADMIN. '/dashboard/welcome.php' );
Ligne74: require(EMALLSHOP_ADMIN. '/dashboard/system_status.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.