Edumall
WordPress 6.7.1 theme
- THEME TYPEWordPress theme 6.7.1
- FILE NAMEedumall.zip
- FILE SIZE21113961 bytes
- MD52e4301e9c2e27a27234e79eb9ad1b50e
- SHA11e6918fa5cb9a13b59564159f355b6246ddde89f
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://edumall.thememove.com
- VERSION3.9.1
- AUTHOR URIhttps://thememove.com
- TAGSeditor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
- CREATION DATE2024-03-13
- LAST FILE UPDATE2024-03-13
- LAST VALIDATION2024-03-13 15:18
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- ini_set( 'display_errors', 0 ); // Turn off display_errors during AJAX even Found ini_set in file class-ajax.php. 46: @
- 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 esc_html_e, with the arguments in file withdraw.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'edumall' in file withdraw.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'edumall' in file content.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments in file content.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'edumall' in file content.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'edumall' in file content.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'edumall' in file content.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 edumall, tutor, tutor_pro, minimog.
- 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_method_name found in translation function in withdraw.php. Translation function calls should not contain PHP variables. Possible variable $allow_to_upload found in translation function in content.php. Translation function calls should not contain PHP variables. Possible variable $submitted_assignment found in translation function in content.php. Translation function calls should not contain PHP variables. Possible variable $max_mark found in translation function in content.php. Translation function calls should not contain PHP variables. Possible variable $pass_mark found in translation function in content.php. Translation function calls should not contain PHP variables. Possible variable $given_mark found in translation function in content.php. Translation function calls should not contain PHP variables.
- Possible variable $withdraw_history found in translation function in withdraw.php. Translation function calls should not contain PHP variables.
- Possible variable $withdraw_method_name found in translation function in withdraw.php. Translation function calls should not contain PHP variables. Possible variable $allow_to_upload found in translation function in content.php. Translation function calls should not contain PHP variables. Possible variable $submitted_assignment found in translation function in content.php. Translation function calls should not contain PHP variables. Possible variable $max_mark found in translation function in content.php. Translation function calls should not contain PHP variables. Possible variable $pass_mark found in translation function in content.php. Translation function calls should not contain PHP variables. Possible variable $given_mark found in translation function in content.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 : single-course.php 49: $classes[] = 'login-require'; 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.