betube
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEbetube.zip
- FILE SIZE3147725 bytes
- MD5acd7ad8d7624bf3b7aa614a2f00aa643
- SHA111ca14f66236dd3c34445501e691211ef389eced
- LICENSECustom
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- VERSION2.0.4
- AUTHOR URIhttp://www.joinwebs.com
- TAGSone-column, left-sidebar, right-sidebar, translation-ready, threaded-comments, editor-style, post-formats, rtl-language-support, sticky-post, theme-options
- CREATION DATE2019-08-17
- LAST FILE UPDATE2020-09-18
- LAST VALIDATION2020-09-18 05:42
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found <iframe width="770" height="600" src="'.$url.'" frameborder="0" allowfullscreen> in file video-functions.php. 48: $video = '<iframe width='770' height='600' src=''.$url.'' frameborder='0' allowfullscFound <iframe width="560" height="315" src="<?php echo esc_url($embedURL); ?> in file single.php. 489: <textarea rows='' cols='' readonly><iframe width='560' height='315' src='<?php echo esc_url($embedURL); ?>' fr
- add_submenu_page#Parameters File theme-options.php : 109: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/
Warning
- The theme uses the register_taxonomy() function, which is plugin-territory functionality.
- No reference to custom header was found in the theme.
- Screenshot size is 600x450px. 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
- Possible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- 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 home.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.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : betube-email.php 19: include(get_template_directory() . '/templates/email/email-header.php');42: include(get_template_directory() . '/templates/email/email-footer.php');65: include(get_template_directory() . '/templates/email/email-header.php');92: include(get_template_directory() . '/templates/email/email-footer.php');113: include(get_template_directory() . '/templates/email/email-header.php');129: include(get_template_directory() . '/templates/email/email-footer.php');147: include(get_template_directory() . '/templates/email/email-header.php');161: include(get_template_directory() . '/templates/email/email-footer.php');181: include(get_template_directory() . '/templates/email/email-header.php');201: include(get_template_directory() . '/templates/email/email-footer.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.