dooplay
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEdooplay_2.1.3.96.zip
- FILE SIZE699831 bytes
- MD54b58f940dc86afff4cd07a4ef24cbc37
- SHA16d9e5f858acf72da256f5fba2289225f3213cead
- LICENSECustom
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION2.1.3.96
- TAGStheme-options, one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-menu, full-width-template
- CREATION DATE2019-07-24
- LAST FILE UPDATE2020-05-18
- LAST VALIDATION2020-05-18 00:47
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- 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.
- base64_decode($mp4url); Found base64_decode in file jwplayer.php. 11: $source =
<<?php echo 'iframe'; ?> class='metaframe rptss' src='<?php echo $page .'?source='. base64_encode( $field['url'] ) . '&id='. $post->ID; ?>' frameborder='0' scr
<<?php echo 'iframe'; ?> class='metaframe rptss' src='<?php echo $gdrivepage .'?gd='. base64_encode($field['url']) . '&id='. $post->ID; ?>' frameborder='0' scrol
Found base64_encode in file player.php. - .htaccess was found.
- file_get_contents($url2), true); file_get_contents was found in the file single-dt_links.php 14: $obj = json_decode(
- curl_init();curl_exec was found in the file imdb.php 84: $html = curl_exec($ch); curl_init was found in the file imdb.php 77: $ch =
- add_menu_page( File dbmovies.php : 4:
- Themes should not hide admin bar. Detected in file : dt_init.php.
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: - get_bloginfo('stylesheet_directory'). '/imdb/?i='); get_bloginfo('stylesheet_directory') was found in the file dt_init.php. Use get_stylesheet_directory_uri() instead.16: define ('imdbdata',
Warning
- Found wp_deregister_script in dt_init.php. Themes must not deregister core scripts. 1615: wp_deregister_script('autosave') ;2268: wp_deregister_script('jquery');
- 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 _e, with the arguments 'Title:' 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.Found a translation function that is missing a text-domain. Function __, with the arguments ' Edit' in file peliculas.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '(1) comment', '(%1$s) comments' in file comments.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 doo_widget_domain, mtms, votes.
- Found the URL of a CDN in the code:
netdna.bootstrapcdn.com/font-awesome
. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme. - The 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.
- Could not find wp_link_pages.
- Could not find post_class.
- No reference to custom header was found in the theme.
- No reference to custom background 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.
- .sticky css class is needed in theme css.
- .bypostauthor css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- Screenshot 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
- 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 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 : index.php 9: include('imdb.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 : dt_init.php 1068: include_once ( DT_DIR . '/inc/includes/static/links.php');1130: 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.