7
Validation results

DooPlay

DooPlay

WordPress 6.5.2 theme
7
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Admin menu : Themes should use add_theme_page() for adding admin pages. File dbmovies.php : 4: add_menu_page(
  3. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : dt_init.php.
  4. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in dt_init.php. Themes must not deregister core scripts. 1586: wp_deregister_script('autosave') ;
  2. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function _n, with the arguments '(1) comment', '(%1$s) comments' in file comments.php.Found a translation function that is missing a text-domain. Function _n, with the arguments in file dt_init.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'vote', 'votes' in file init.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'vote', 'votes' 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 mtms, votes.
  3. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  4. Unwanted files : Windows thumbnail storethumbs.db was found.
  5. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  6. Fundamental theme elements : Presence of post_class()Could not find post_class.
  7. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  8. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  9. Editor style : Presence of editor styleNo 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.
  10. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  11. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  12. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  13. Screenshot : Screenshot fileScreenshot dimensions are wrong! Detected: 763x572px (763:572). Ratio of width to height should be 4:3.Screenshot size is 763x572px. 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
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file dbmovies.php.17: <h1><a href='https://dbmovies.org' target='_blank'><img src='<?php echo DT_DIR_URI; ?>/a
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  5. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  6. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  7. Use of includes : Use of include or requireThe theme appears to use include or require : dt_init.php 1052: include_once ( DT_DIR . '/inc/includes/static/links.php');1114: 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.
Other checked themes