0
Validation results

Devion

Devion

WordPress 6.5.3 theme
0
  • THEME TYPEWordPress theme 6.5.3
  • FILE NAMEDevion.zip
  • FILE SIZE467014 bytes
  • MD5473e1107828430cc64eeff8c0d517b00
  • SHA1a115ee99d33215ab51c306a72c89da4ebed00be9
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, Bitmap images
  • VERSION10.0
  • AUTHOR URI
  • CREATION DATE2019-12-27
  • LAST FILE UPDATE2019-12-27
  • LAST VALIDATION2019-12-27 01:36
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Customizer : Sanitization of Customizer settings Found a Customizer setting that did not have a sanitization callback function in file FT_scope.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. Title : Title 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.
  3. Security breaches : Modification of PHP server settings Found ini_set in file functions.php. 216: ini_set('display_errors', '0');218: ini_set('display_errors', '0');236: @ini_set('allow_url_fopen', 1);237: @ini_set('default_socket_timeout', $_socket_timeout);238: @ini_set('user_agent', $_user_agent);
  4. Unwanted files : hidden file(s) or folder(s) .htaccess was found.
  5. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe width="640" height="360" src="//www.youtube.com/embed/f8E_zmlDU8M" frameborder="0" allowfullscreen> in file guide.php. 38: <iframe width='640' height='360' src='//www.youtube.com/embed/f8E_zmlDU8M'
  6. Malware : Operations on file system file_put_contents was found in the file FT_scope.php 154: file_put_contents($styleFile, $less->compileFile($lessFile));file_get_contents was found in the file lessc.php 121: $root = $parser->parse(file_get_contents($realPath));1830: $out = $this->compile(file_get_contents($fname), $fname);fwrite was found in the file lessc.php 687: // fwrite(STDERR,'failed to find block: '.implode(' > ', $path).'\n');file_get_contents was found in the file lessc.php 121: $root = $parser->parse(file_get_contents($realPath));1830: $out = $this->compile(file_get_contents($fname), $fname);file_put_contents was found in the file lessc.php 1835: return file_put_contents($outFname, $out);file_get_contents was found in the file guide.php 96: ' . file_get_contents(dirname(__FILE__) . '/FT/license-html.php') . 'file_get_contents was found in the file functions.php 240: if (function_exists('file_get_contents')) {250: $data = @file_get_contents('http://' . $host . $path, false, $context);
  7. Admin menu : Themes should use add_theme_page() for adding admin pages. File class-options-framework-admin.php : 115: // http://codex.wordpress.org/Function_Reference/add_menu_page116: $this->options_screen = add_menu_page(File class-options-framework-admin.php : 115: // http://codex.wordpress.org/Function_Reference/add_menu_page116: $this->options_screen = add_menu_page(File class-options-framework-admin.php : 128: // http://codex.wordpress.org/Function_Reference/add_submenu_page129: $this->options_screen = add_submenu_page(File class-options-framework-admin.php : 128: // http://codex.wordpress.org/Function_Reference/add_submenu_page129: $this->options_screen = add_submenu_page(
  8. Deprecated functions : screen_icon screen_icon found in file class-tgm-plugin-activation.php. Deprecated since version 3.8.391: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );1585: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
  9. Deprecated functions : get_bloginfo get_bloginfo('template_directory') was found in the file options.php. Use get_template_directory_uri() instead.65: wp_register_style('jquery.minicolors.css', get_bloginfo('template_directory') . '/FT/css/jquery.minicolors.css', array67: wp_register_script('jquery.minicolors.min.js', get_bloginfo('template_directory'). '/FT/js/jquery.minicolors.min.js', arra71: wp_register_script('ft.colorset.js', get_bloginfo('template_directory'). '/FT/js/colorset.js', array('jquery'), get_bloginfo('stylesheet_directory') was found in the file ft-options.php. Use get_stylesheet_directory_uri() instead.61: $imagepath = get_bloginfo('stylesheet_directory') . '/images/';
  10. Deprecated functions : bloginfo bloginfo('url') was found in the file footer.php. Use echo esc_url( home_url() ) instead.22: Copyright &copy; <?php echo date('Y');?> <a href='<?php bloginfo('url'); ?>' title='<?php bloginfo('name'); ?>'><?php bloginfo('nam
  11. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was zilla-likes-1.1.1.zip.
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  2. Text domain : Incorrect use of translation functions.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 devion.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'Maximum width (px)' in file FT_scope.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Maximum height (px)' in file FT_scope.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 devion, themeslug, optionsframework, ft_op, tgmpa.
  4. Cdn : Use of CDNFound the URL of a CDN in the code: netdna.bootstrapcdn.com/bootstrap. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme.
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.
  6. PHP short tags : Presence of PHP short tagsPHP short tags were found in file related-posts.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.29: <? }
  7. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  8. Deprecated functions : screen_iconscreen_icon found in file class-tgm-plugin-activation.php. Deprecated since version 3.8.391: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );1585: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
  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. I18N implementation : Proper use of _e(Possible variable $str found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $arg found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $items found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $string found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $val found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $newUnit found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $res found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $key found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $part found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in lessc.php. Translation function calls should not contain PHP variables.
  11. I18N implementation : Proper use of ___all(Possible variable $im found in translation function in FT_scope.php. Translation function calls should not contain PHP variables. Possible variable $im found in translation function in FT_scope.php. Translation function calls should not contain PHP variables.
  12. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  13. CSS files : Presence of Theme URICould not find Theme URL.
  14. Screenshot : Screenshot fileScreenshot size is 400x300px. 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. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  11. Use of includes : Use of include or requireThe theme appears to use include or require : FT_scope.php 2: require 'plugin/updater.php';3: require 'plugin/options-framework/options-framework.php';139: require_once 'inc/lessc.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 : options.php 5: $arrayDef = include ('colors.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 : class-tgm-plugin-activation.php 1073: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.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 : footer.php 28: <?php $lib_path = dirname(__FILE__).'/'; require_once('functions.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 : ft-options.php 88: include ('FT/options/banners.php');91: include ('FT/options/colors.php');94: include ('FT/options/common.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