14
Validation results

Hotella

Hotella

WordPress 6.5.2 theme
14
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEhotella.zip
  • FILE SIZE32106804 bytes
  • MD58c7749c46287ea4a42167f8fc3152ae1
  • SHA16148fc463f0e55578811b62319ab5e37896342d7
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • VERSION1.0.3
  • TAGSone-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-o
  • CREATION DATE2019-09-28
  • LAST FILE UPDATE2019-09-28
  • LAST VALIDATION2019-09-28 19:15
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 extension_customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. Malware : Operations on file system fopen was found in the file class.redux_helpers.php 657: //$fp = fopen( $file, 'r' );fread was found in the file class.redux_helpers.php 660: //$file_data = fread( $fp, 8192 );fclose was found in the file class.redux_helpers.php 663: //fclose( $fp );
  3. Admin menu : Themes should use add_theme_page() for adding admin pages. File webnus-options.php : 68: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#ParametersFile framework.php : 1350: // wrappers and need to be appened to using add_submenu_page.1402: // $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1462: // call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1350: // wrappers and need to be appened to using add_submenu_page.1402: // $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1462: // call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1429: // $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $thisFile framework.php : 1350: // wrappers and need to be appened to using add_submenu_page.1402: // $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1462: // call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t
  4. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was envato-wordpress-toolkit.zip webnus-core.zip revslider.zip awebooking.zip modern-events-calendar.zip js_composer.zip webnus-gallery.zip the-grid.zip.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in enqueue.php. Themes must not deregister core scripts. 216: // wp_deregister_script( 'jquerySelect2' );Found wp_deregister_script in framework.php. Themes must not deregister core scripts. 568: // wp_deregister_script( 'wpb_ace' );
  2. Plugin territory : Plugin territory functionalitiesThe theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  3. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  4. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  5. 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.
  6. Screenshot : Screenshot fileBad 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. Use of includes : Use of include or requireThe theme appears to use include or require : header2.php 259: include_once( ABSPATH . 'wp-admin/includes/plugin.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 : master-min.php 14: include('./visualcomposer.css' ); /* Import Modified Visual Composer Styles15: include('./base.css' ); /* Import Basic Styles, Typography, Forms etc style16: include('./scaffolding.css' ); /* Import Responsive Grid System Stylesheet 17: include('./blox.css' ); /* Import Full width Sections + Parallax Stylesheet18: include('./plugins.css' ); /* Import Plugins Stylesheet */19: include('./iconfonts.css' ); /* Import Vector Icons Stylesheet */20: include('./blog.css' ); /* Import Blog stylesheet */21: include('./elements.css' ); /* Import Elements stylesheet */22: include('./widgets.css' ); /* Import Widgets stylesheet */23: include('./icon-box.css' ); /* Import Icon Boxes stylesheet */24: include('./live-search.css' ); /* Import Live Search Stylesheet */25: include('./main-menu.css' ); /* Import Menu Stylesheet */26: include('./main-style.css' ); /* Import Main Stylesheet */ 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 : template-functions.php 4: include_once( ABSPATH . 'wp-admin/includes/plugin.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 : image-advanced.php 88: require_once( RWMB_INC_DIR . 'templates/image-advanced.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 : file-upload.php 37: require_once( RWMB_INC_DIR . 'templates/upload.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 : media.php 150: require_once( RWMB_INC_DIR . 'templates/media.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 : extension_customizer.php 738: require_once( $class_file ); 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 : field_button_set.php 46: * ['format'] string Formatting options for paginate fields. Options include ('currency','nice','niceShort','timeAgoInWords' or a valid Date() f 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 : framework.php 412: require_once 'core/dashboard.php';416: require_once 'core/newsflash.php';1711: require_once 'core/enqueue.php';2855: require_once 'core/enqueue.php';2913: require_once 'core/panel.php';3262: require_once 'core/panel.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