
Hotella
WordPress 4.9.5 theme
- THEME TYPEWordPress theme 4.9.5
- FILE NAMEhotella.zip
- FILE SIZE32106804 bytes
- MD58c7749c46287ea4a42167f8fc3152ae1
- SHA16148fc463f0e55578811b62319ab5e37896342d7
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEMEFOREST PAGEhttp://themeforest.net/item/hotella-resort-hotel-booking-wordpress-theme/18678346 ($59)
- THEME URIhttp://webnus.biz/themes/hotella
- VERSION1.0.3
- AUTHOR URIhttp://themeforest.net/user/WEBNUS
- 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-options, threaded-comments, translation-ready
- CREATION DATE2017-07-23
- LAST FILE UPDATE2017-07-23
- LAST VALIDATION2017-07-23 16:11
- OTHER VERSIONS
Error 8 : Undefined index: slug
In /home/www/themecheck/themecheck/controllers/controller_results.php line 772
In /home/www/themecheck/themecheck/controllers/controller_results.php line 772
Critical alerts

- 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.
- fopen was found in the file class.redux_helpers.php Line 657: //$fp = fopen( $file, 'r' );fread was found in the file class.redux_helpers.php Line 660: //$file_data = fread( $fp, 8192 );fclose was found in the file class.redux_helpers.php Line 663: //fclose( $fp );
- File webnus-options.php : Line 68: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#ParametersFile framework.php : Line 1350: // wrappers and need to be appened to using add_submenu_page.
Line 1402: // $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission
Line 1462: // call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t
File framework.php : Line 1350: // wrappers and need to be appened to using add_submenu_page.Line 1402: // $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission
Line 1462: // call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t
File framework.php : Line 1429: // $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $thisFile framework.php : Line 1350: // wrappers and need to be appened to using add_submenu_page.Line 1402: // $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission
Line 1462: // call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t
envato-wordpress-toolkit.zip revslider.zip awebooking.zip webnus-gallery.zip modern-events-calendar.zip js_composer.zip webnus-core.zip the-grid.zip
.
Plugins are not allowed in themes. The zip file found was
Warning

- Found wp_deregister_script in framework.php. Themes must not deregister core scripts. Line 568: // wp_deregister_script( 'wpb_ace' );Found wp_deregister_script in enqueue.php. Themes must not deregister core scripts. Line 216: // wp_deregister_script( 'jquerySelect2' );
- The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- 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.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off

- Possible hard-coded links were found in the file core.php.Line 40: $links[] = '<a href='https://metabox.io/docs/'>' . esc_html__( 'Documentation', 'hotella' ) . '<
Line 41: $links[] = '<a href='https://metabox.io/plugins/'>' . esc_html__( 'Extensions', 'hotella' ) . '<
Possible hard-coded links were found in the file index.php.Line 202: <a href='https://premium.wpmudev.org/blog/increase-memory-limit/?ench=b&utm_expid=36Line 226: <a href='https://premium.wpmudev.org/blog/increase-memory-limit/?ench=b&utm_expid=36
Line 202: <a href='https://premium.wpmudev.org/blog/increase-memory-limit/?ench=b&utm_expid=36
Line 226: <a href='https://premium.wpmudev.org/blog/increase-memory-limit/?ench=b&utm_expid=36
Line 334: <a href='http://webnus.biz/documentation/hotella/' target='_blank'><?php esc_html_e(
Line 349: <a href='https://webnus.ticksy.com/' target='_blank'><?php esc_html_e('OPEN A TICKET
Possible hard-coded links were found in the file webnus-options.php.Line 2172: 'subtitle' => wp_kses( __('You can see Sign In button <a href='https://developers.google.com/maps/documentation/javascript/examples/save-sPossible hard-coded links were found in the file 30-googlemap.php.Line 76: 'description' => wp_kses( __('You can see Map Types <a href='https://developers.google.com/maps/documentation/javascript/maptypes' targeLine 109: 'description' => wp_kses( __('Drop Animation for markers. see <a href='https://developers.google.com/maps/documentation/javascript/examples/marker
Line 136: 'description' => wp_kses( __('You can see Documentation <a href='https://developers.google.com/maps/documentation/ios-sdk/streetview' target
Line 162: 'description' => wp_kses( __('You can see Hue example <a href='https://developers.google.com/maps/documentation/javascript/styling' target
- 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 category.php.
- This theme does not contain optional file tag.php.
- The theme appears to use include or require : template-functions.php Line 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 : file-upload.php Line 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 Line 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 : image-advanced.php Line 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 : framework.php Line 412: require_once 'core/dashboard.php';
Line 416: require_once 'core/newsflash.php';
Line 1711: require_once 'core/enqueue.php';
Line 2855: require_once 'core/enqueue.php';
Line 2913: require_once 'core/panel.php';
Line 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.The theme appears to use include or require : extension_customizer.php Line 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 Line 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 : master-min.php Line 14: include('./visualcomposer.css' ); /* Import Modified Visual Composer StylesLine 15: include('./base.css' ); /* Import Basic Styles, Typography, Forms etc style
Line 16: include('./scaffolding.css' ); /* Import Responsive Grid System Stylesheet
Line 17: include('./blox.css' ); /* Import Full width Sections + Parallax Stylesheet
Line 18: include('./plugins.css' ); /* Import Plugins Stylesheet */
Line 19: include('./iconfonts.css' ); /* Import Vector Icons Stylesheet */
Line 20: include('./blog.css' ); /* Import Blog stylesheet */
Line 21: include('./elements.css' ); /* Import Elements stylesheet */
Line 22: include('./widgets.css' ); /* Import Widgets stylesheet */
Line 23: include('./icon-box.css' ); /* Import Icon Boxes stylesheet */
Line 24: include('./live-search.css' ); /* Import Live Search Stylesheet */
Line 25: include('./main-menu.css' ); /* Import Menu Stylesheet */
Line 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 : header2.php Line 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.
This is a ThemeForest theme. Since Themeforest items are all checked by a human before they appear on their website, ThemeForest verification rules are more permissive than themecheck's and can give a better verification score ( Themeforest requirements ).
- THEME TYPEWordPress theme 4.9.5
- FILE NAMEhotella.zip
- FILE SIZE32106804 bytes
- MD58c7749c46287ea4a42167f8fc3152ae1
- SHA16148fc463f0e55578811b62319ab5e37896342d7
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEMEFOREST PAGEhttp://themeforest.net/item/hotella-resort-hotel-booking-wordpress-theme/18678346 ($59)
- THEME URIhttp://webnus.biz/themes/hotella
- VERSION1.0.3
- AUTHOR URIhttp://themeforest.net/user/WEBNUS
- 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-options, threaded-comments, translation-ready
- CREATION DATE2017-07-23
- LAST FILE UPDATE2017-07-23
- LAST VALIDATION2017-07-23 16:11
- OTHER VERSIONS
Error 8 : Undefined index: slug
In /home/www/themecheck/themecheck/controllers/controller_results.php line 772
In /home/www/themecheck/themecheck/controllers/controller_results.php line 772
Critical alerts

- 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.
envato-wordpress-toolkit.zip revslider.zip awebooking.zip webnus-gallery.zip modern-events-calendar.zip js_composer.zip webnus-core.zip the-grid.zip
.
Plugins are not allowed in themes. The zip file found was
Warning

- Found wp_deregister_script in framework.php. Themes must not deregister core scripts. Line 568: // wp_deregister_script( 'wpb_ace' );Found wp_deregister_script in enqueue.php. Themes must not deregister core scripts. Line 216: // wp_deregister_script( 'jquerySelect2' );
- The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off

- Possible hard-coded links were found in the file core.php.Line 40: $links[] = '<a href='https://metabox.io/docs/'>' . esc_html__( 'Documentation', 'hotella' ) . '<
Line 41: $links[] = '<a href='https://metabox.io/plugins/'>' . esc_html__( 'Extensions', 'hotella' ) . '<
Possible hard-coded links were found in the file index.php.Line 202: <a href='https://premium.wpmudev.org/blog/increase-memory-limit/?ench=b&utm_expid=36Line 226: <a href='https://premium.wpmudev.org/blog/increase-memory-limit/?ench=b&utm_expid=36
Line 202: <a href='https://premium.wpmudev.org/blog/increase-memory-limit/?ench=b&utm_expid=36
Line 226: <a href='https://premium.wpmudev.org/blog/increase-memory-limit/?ench=b&utm_expid=36
Line 334: <a href='http://webnus.biz/documentation/hotella/' target='_blank'><?php esc_html_e(
Line 349: <a href='https://webnus.ticksy.com/' target='_blank'><?php esc_html_e('OPEN A TICKET
Possible hard-coded links were found in the file webnus-options.php.Line 2172: 'subtitle' => wp_kses( __('You can see Sign In button <a href='https://developers.google.com/maps/documentation/javascript/examples/save-sPossible hard-coded links were found in the file 30-googlemap.php.Line 76: 'description' => wp_kses( __('You can see Map Types <a href='https://developers.google.com/maps/documentation/javascript/maptypes' targeLine 109: 'description' => wp_kses( __('Drop Animation for markers. see <a href='https://developers.google.com/maps/documentation/javascript/examples/marker
Line 136: 'description' => wp_kses( __('You can see Documentation <a href='https://developers.google.com/maps/documentation/ios-sdk/streetview' target
Line 162: 'description' => wp_kses( __('You can see Hue example <a href='https://developers.google.com/maps/documentation/javascript/styling' target
- 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 category.php.
- This theme does not contain optional file tag.php.
- The theme appears to use include or require : template-functions.php Line 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 : file-upload.php Line 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 Line 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 : image-advanced.php Line 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 : framework.php Line 412: require_once 'core/dashboard.php';
Line 416: require_once 'core/newsflash.php';
Line 1711: require_once 'core/enqueue.php';
Line 2855: require_once 'core/enqueue.php';
Line 2913: require_once 'core/panel.php';
Line 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.The theme appears to use include or require : extension_customizer.php Line 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 Line 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 : master-min.php Line 14: include('./visualcomposer.css' ); /* Import Modified Visual Composer StylesLine 15: include('./base.css' ); /* Import Basic Styles, Typography, Forms etc style
Line 16: include('./scaffolding.css' ); /* Import Responsive Grid System Stylesheet
Line 17: include('./blox.css' ); /* Import Full width Sections + Parallax Stylesheet
Line 18: include('./plugins.css' ); /* Import Plugins Stylesheet */
Line 19: include('./iconfonts.css' ); /* Import Vector Icons Stylesheet */
Line 20: include('./blog.css' ); /* Import Blog stylesheet */
Line 21: include('./elements.css' ); /* Import Elements stylesheet */
Line 22: include('./widgets.css' ); /* Import Widgets stylesheet */
Line 23: include('./icon-box.css' ); /* Import Icon Boxes stylesheet */
Line 24: include('./live-search.css' ); /* Import Live Search Stylesheet */
Line 25: include('./main-menu.css' ); /* Import Menu Stylesheet */
Line 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 : header2.php Line 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.