0
Validation results

DooPlay

DooPlay

WordPress 6.4.3 theme
0
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.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.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Malware : Operations on file system file_get_contents was found in the file helpers.php 662: $query = file_get_contents($cfile);695: $query = file_get_contents($cfile);file_put_contents was found in the file helpers.php 682: file_put_contents($cfile,serialize($query));719: file_put_contents($cfile,serialize($query));file_get_contents was found in the file helpers.php 662: $query = file_get_contents($cfile);695: $query = file_get_contents($cfile);file_put_contents was found in the file helpers.php 682: file_put_contents($cfile,serialize($query));719: file_put_contents($cfile,serialize($query));file_get_contents was found in the file class.gdrive.php 64: $download = file_get_contents($file);file_put_contents was found in the file class.gdrive.php 67: file_put_contents($file,$download);file_get_contents was found in the file doo_cache.php 159: return file_get_contents($this->path.$this->safename($label).$this->extn);file_put_contents was found in the file doo_cache.php 169: file_put_contents($this->path.$this->safename($label).$this->extn, $data);
  3. Malware : Network operations curl_init was found in the file class.gdrive.php 104: $ch = curl_init();curl_exec was found in the file class.gdrive.php 113: $page = curl_exec($ch);127: $page = curl_exec($ch);curl_exec was found in the file class.gdrive.php 113: $page = curl_exec($ch);127: $page = curl_exec($ch);
  4. Admin menu : Themes should use add_theme_page() for adding admin pages. File admin-options.class.php : 441: $menu_page = call_user_func( 'add_submenu_page', $menu_parent, esc_attr( $menu_title ), esc_attr( $menu_t448: call_user_func( 'add_submenu_page', $menu_slug, esc_attr( $sub_menu_title ), esc_attr( $sub_455: call_user_func( 'add_submenu_page', $menu_slug, esc_attr( $section['title'] ), esc_attr( $sFile admin-options.class.php : 445: $menu_page = call_user_func( 'add_menu_page', esc_attr( $menu_title ), esc_attr( $menu_title ), $menu_capFile admin-options.class.php : 441: $menu_page = call_user_func( 'add_submenu_page', $menu_parent, esc_attr( $menu_title ), esc_attr( $menu_t448: call_user_func( 'add_submenu_page', $menu_slug, esc_attr( $sub_menu_title ), esc_attr( $sub_455: call_user_func( 'add_submenu_page', $menu_slug, esc_attr( $section['title'] ), esc_attr( $sFile admin-options.class.php : 441: $menu_page = call_user_func( 'add_submenu_page', $menu_parent, esc_attr( $menu_title ), esc_attr( $menu_t448: call_user_func( 'add_submenu_page', $menu_slug, esc_attr( $sub_menu_title ), esc_attr( $sub_455: call_user_func( 'add_submenu_page', $menu_slug, esc_attr( $section['title'] ), esc_attr( $sFile welcome.php : 36: add_management_page( 'Codestar Framework', 'Codestar Framework', 'manage_opFile adminpage.php : 100: add_menu_page( __d('Dbmovies'), __d('Dbmovies'), 'manage_options', 'dbmvs',File adminpage.php : 101: add_submenu_page('dbmvs', __d('Dbmovies - Settings'), __d('Settings').$thisFile doo_database.php : 50: add_submenu_page(File doo_ads.php : 29: add_submenu_page(
  5. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : doo_init.php.
  6. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
Warning
  1. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'Admin-Ajax' in file helpers.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ascending' in file helpers.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Descending' in file helpers.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Publish' in file helpers.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending' in file helpers.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Draft' in file helpers.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add' in file tables.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove' in file tables.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add' in file tables.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove' in file tables.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update info' in file doo_metafields.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Generate' in file doo_metafields.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove' in file doo_scripts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add' in file doo_scripts.php.Found a translation function that is missing a text-domain. Function _n, with the arguments in file doo_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 _e, with the arguments 'Settings saved.' in file ads_tool.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Episode' in file seasons_episodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Episode' in file seasons.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 csf, votes, dooplay, mtms.
  2. 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.
  3. Unwanted files : Windows thumbnail storethumbs.db was found.
  4. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  5. Fundamental theme elements : Presence of post_class()Could not find post_class.
  6. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  7. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  8. 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.
  9. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  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 admin-options.class.php.493: $default = 'Thank you for creating with <a href='http://codestarframework.com/' target='_blank'>Codestar Framework</a>';Possible hard-coded links were found in the file welcome.php.83: $links['csf--upgrade'] = '<a href='http://codestarframework.com/'>Upgrade</a>';94: $links['csf--docs'] = '<a href='http://codestarframework.com/documentation/' target='_blank'>Documentation<94: $links['csf--docs'] = '<a href='http://codestarframework.com/documentation/' target='_blank'>Documentation<Possible hard-coded links were found in the file free-vs-premium.php.96: <td><a href='https://github.com/Codestar/codestar-framework/' class='button' target='_bl97: <td><a href='http://codestarframework.com/' class='button button-primary' target='_blankPossible hard-coded links were found in the file about.php.68: <a href='http://codestarframework.com/' class='button button-primary' target='_blankPossible hard-coded links were found in the file quickstart.php.67: <p><a href='http://codestarframework.com/documentation/' class='button' target='_blank'Possible hard-coded links were found in the file documentation.php.5: <p><a href='http://codestarframework.com/documentation/' class='button' target='_blank'Possible hard-coded links were found in the file support.php.5: <p><a href='http://support.codestarthemes.com/' class='button' target='_blank' rel='nofPossible hard-coded links were found in the file form_setting_updater.php.2: <p><?php _d('This tool updates and repairs metadata of all content published or imported by Dbmovies'); ?>, <a href='https://dooplay.themes.pe/dbmovies/meta-updater' target='_blank'><?php _d('Possible hard-coded links were found in the file admin_app.php.7: <li><h3 id='dbmvs-logo-status'><a href='https://dbmvs.com' target='_blank'>DBMVS</a> <small><?php echo DBMOVIES_VERPossible hard-coded links were found in the file dashboard_widget.php.72: <li><a href='https://bit.ly/doothemes-forums' target='_blank'><?php _d('Support Forums')73: <li><a href='https://bit.ly/dooplay-docs' target='_blank'><?php _d('Extended documentati74: <li><a href='https://bit.ly/dooplay-changelog' target='_blank'><?php _d('Changelog'); ?>75: <li><a href='https://bit.ly/doothemes-telegram' target='_blank'><?php _d('Telegram GroupPossible hard-coded links were found in the file form_setting_titles.php.2: <p><?php _d('Configure the titles that are generated in importers'); ?>, <a href='https://dooplay.themes.pe/dbmovies/titles-customizer' target='_blank'><?php46: <p><?php _d('Customize how content for movies and tvshows will be imported'); ?>, <a href='https://dooplay.themes.pe/dbmovies/content-customizer' target='_blank'><?phPossible hard-coded links were found in the file admin_settings.php.21: <p><?php _d('Get API Key (v3 auth) for Themoviedb'); ?> <a href='https://www.themoviedb.org/settings/api' target='_blank'><strong><?php _d('Possible hard-coded links were found in the file form_setting_general.php.2: <p><?php _d('For this application to function correctly add the required API credentials'); ?>, <a href='https://dooplay.themes.pe/dbmovies/settings' target='_blank'><?php _d('LearPossible hard-coded links were found in the file doo_options.php.27: 'footer_credit' => 'Thank you for creating with <a href='https://bit.ly/3dITGbU' target='_blank'><strong>Doothemes</strong></a> and Possible hard-coded links were found in the file options.comments.php.41: 'after' => '<p><a href='https://developers.facebook.com/apps/' target='_blank'>'.__d('Facebook deve233: 'after' => '<p><a href='https://help.disqus.com/installation/whats-a-shortname' target='_blank'>'._Possible hard-coded links were found in the file options.more.php.52: 'after' => '<p><a href='https://www.google.com/webmasters/verification/' target='_blank'>'.__d('Set59: 'after' => '<p><a href='https://www.bing.com/toolbox/webmaster/' target='_blank'>'.__d('Settings hePossible hard-coded links were found in the file options.main_settings.php.171: 'content' => '<a href='https://www.google.com/recaptcha/admin' target='_blank'>'.__d('Get Google rPossible hard-coded links were found in the file footer.php.23: $copytext = sprintf( __d('%s %s by %s. All Rights Reserved. Powered by %s'), '&copy;', date('Y'), '<strong>'.get_option('blogname').'</strong>', '<a href='https://doothemes.com/items/dooplay/'><strong>DooPlay</strong></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 attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  5. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  6. Use of includes : Use of include or requireThe theme appears to use include or require : jwplayer.php 40: require_once(DOO_DIR.'/pages/sections/'.$libray.'.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 : init.php 16: require_once(DOO_DIR.'/inc/core/dbmvs/init.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 : setup.class.php 348: require_once( $path ); 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 : helpers.php 458: require_once(ABSPATH.'wp-admin/includes/file.php');459: 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.The theme appears to use include or require : doo_database.php 71: require_once(DOO_DIR.'/inc/parts/admin/database_tool.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 : doo_auth.php 42: require_once(DOO_DIR.'/inc/parts/login_form.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 : doo_ads.php 59: require_once(DOO_DIR.'/inc/parts/admin/ads_tool.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 : doo_scripts.php 39: require_once(DOO_DIR.'/inc/parts/jscomments_facebook.php');45: require_once(DOO_DIR.'/inc/parts/jscomments_disqus.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 : episodios.php 57: <?php require_once( DOO_DIR.'/inc/parts/single/listas/episode_navigator.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 : single-dt_links.php 60: require_once( DOO_DIR.'/inc/parts/single/doo_links.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