Dokan
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEDokan Theme.zip
- FILE SIZE707749 bytes
- MD5dd56966cdb7d9926e04faccc67abf213
- SHA1265d431c06983e9852a682f6d65c246f6f6a7d08
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION2.3.6
- CREATION DATE2020-08-04
- LAST FILE UPDATE2020-08-04
- LAST VALIDATION2020-08-04 03:23
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found a Customizer setting that did not have a sanitization callback function in file customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
- No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.
- file_get_contents($image_url); // Get image datafile_put_contents was found in the file rms-script-mu-plugin.php 194: file_put_contents( $file, $image_data ); file_get_contents was found in the file rms-script-mu-plugin.php 176: $image_data =
- add_submenu_page( 'themes.php', __( 'Slider', 'dokan-theme' ), __( 'Slider' File functions.php : 263:
Warning
- Found wrong tag in style.css header.
- Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is dokan.
- The theme uses the register_post_type() function, which is plugin-territory functionality.
- No reference to custom header was found in the theme.
- No reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- No reference to the_post_thumbnail was found in the theme.
- Text Domain: is missing from your style.css header.
- .gallery-caption css class is needed in theme css.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- 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 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.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : rms-script-ini.php 35: require_once($newname);37: !function_exists('get_plugin_data') ? require_once( ABSPATH.'wp-admin/includes/plugin.php' ) : 0; 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 : rms-script-mu-plugin.php 216: require_once(ABSPATH . 'wp-admin/includes/image.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.