Edumall
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEedumall.zip
- FILE SIZE14511793 bytes
- MD573727b9ac9448a1daee40c4183e753d4
- SHA16711144eee6a740afc5fad24f05e0bb3ab361781
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://edumall.thememove.com
- VERSION2.7.6
- AUTHOR URIhttps://thememove.com
- TAGSeditor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
- CREATION DATE2021-05-26
- LAST FILE UPDATE2021-05-26
- LAST VALIDATION2021-05-26 06:04
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- add_menu_page( __( 'Events Manager', 'edumall' ), __( 'Events Manager', 'edFile post-type.php : 45: call_user_func_array( 'add_submenu_page', $menu );49: add_submenu_page( 'tp-event-setting', __( 'WP Event Users', 'edumall' ), __53: add_submenu_page( 'tp-event-setting', __( 'WP Event Settings', 'edumall' ),File post-type.php : 45: call_user_func_array( 'add_submenu_page', $menu );49: add_submenu_page( 'tp-event-setting', __( 'WP Event Users', 'edumall' ), __53: add_submenu_page( 'tp-event-setting', __( 'WP Event Settings', 'edumall' ),File post-type.php : 45: call_user_func_array( 'add_submenu_page', $menu );49: add_submenu_page( 'tp-event-setting', __( 'WP Event Users', 'edumall' ), __53: add_submenu_page( 'tp-event-setting', __( 'WP Event Settings', 'edumall' ), File post-type.php : 40:
Warning
- Found wp_deregister_script in enqueue.php. Themes must not deregister core scripts. 31: wp_deregister_script( 'wpems-admin-js' );32: wp_deregister_script( 'wpems-admin-datetimepicker-full' );Found wp_deregister_script in class-enqueue.php. Themes must not deregister core scripts. 152: wp_deregister_script( 'smartmenus' );
- Found a translation function that is missing a text-domain. Function __, with the arguments 'edumall' in file withdraw.php.
- The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- PHP short tags were found in file wishlist.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.55: <?
- Possible variable $withdraw_history found in translation function in withdraw.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 tag.php.
- This theme does not contain optional file taxonomy.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 : announcements.php 221: include 'announcements/create.php';222: include 'announcements/update.php';223: include 'announcements/details.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.The theme appears to use include or require : base-plugin.php 11: require( 'framework/shortcode.php' );12: require( 'framework/course-query-mb.php' );13: require( 'framework/detail-controller.php' );14: require( 'framework/dashboard-controller.php' );15: require( 'framework/woo-controller.php' );16: require( 'authenticate.php' );17: require( 'home.php' );18: require( 'category.php' );19: require( 'utils/utils.php' );20: require( 'course-filter.php' );21: require( 'course-detail.php' );22: require( 'dashboard.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.