0
Validation results

Bellevue

Bellevue

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEthemeforest-ec8TaDm1-bellevue-hotel-bed-breakfast-booking-theme.zip
  • FILE SIZE7992238 bytes
  • MD59cac21cef73893906de967ea2b0ec67e
  • SHA1ab38603c29d17fd4267e32a2a4e10f02b079b714
  • LICENSECustom
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
  • VERSION3.2.13
  • TAGStwo-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, trans
  • CREATION DATE2021-01-07
  • LAST FILE UPDATE2021-01-07
  • LAST VALIDATION2021-01-07 21:46
  • OTHER VERSIONS

    3.5.7 : 0%

    3.2.2 : 0%

This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Security breaches : Modification of PHP server settings Found ini_set in file Extension.php.
    Ligne142: @ini_set('display_errors', 'On');
  2. Security breaches : Use of base64_decode() Found base64_decode in file GitLabApi.php.
    Ligne247: return base64_decode($response->content);
    Found base64_decode in file GitHubApi.php.
    Ligne274: return base64_decode($response->content);
  3. Security breaches : Use of base64_encode() Found base64_encode in file GitHubApi.php.
     return 'Basic ' . base64_encode($this->userName . ':' . $this->accessToken);
    Found base64_encode in file OAuthSignature.php.
     $parameters['oauth_signature'] = base64_encode(hash_hmac('sha1', $stringToSign, $secret, true));
  4. Malware : Operations on file system file_put_contents was found in the file envato-setup-export.php
    Ligne263: file_put_contents( $export_dir . 'default.json', json_encode( $default_cont
    Ligne264: file_put_contents( $export_dir . 'widget_positions.json', json_encode( $wid
    Ligne265: file_put_contents( $export_dir . 'widget_options.json', json_encode( $widge
    Ligne266: file_put_contents( $export_dir . 'menu.json', json_encode( $menu_ids ) );
    Ligne267: file_put_contents( $export_dir . 'options.json', json_encode( $my_options )
    file_put_contents was found in the file envato-setup-export.php
    Ligne263: file_put_contents( $export_dir . 'default.json', json_encode( $default_cont
    Ligne264: file_put_contents( $export_dir . 'widget_positions.json', json_encode( $wid
    Ligne265: file_put_contents( $export_dir . 'widget_options.json', json_encode( $widge
    Ligne266: file_put_contents( $export_dir . 'menu.json', json_encode( $menu_ids ) );
    Ligne267: file_put_contents( $export_dir . 'options.json', json_encode( $my_options )
    file_put_contents was found in the file envato-setup-export.php
    Ligne263: file_put_contents( $export_dir . 'default.json', json_encode( $default_cont
    Ligne264: file_put_contents( $export_dir . 'widget_positions.json', json_encode( $wid
    Ligne265: file_put_contents( $export_dir . 'widget_options.json', json_encode( $widge
    Ligne266: file_put_contents( $export_dir . 'menu.json', json_encode( $menu_ids ) );
    Ligne267: file_put_contents( $export_dir . 'options.json', json_encode( $my_options )
    file_put_contents was found in the file envato-setup-export.php
    Ligne263: file_put_contents( $export_dir . 'default.json', json_encode( $default_cont
    Ligne264: file_put_contents( $export_dir . 'widget_positions.json', json_encode( $wid
    Ligne265: file_put_contents( $export_dir . 'widget_options.json', json_encode( $widge
    Ligne266: file_put_contents( $export_dir . 'menu.json', json_encode( $menu_ids ) );
    Ligne267: file_put_contents( $export_dir . 'options.json', json_encode( $my_options )
    file_put_contents was found in the file envato-setup-export.php
    Ligne263: file_put_contents( $export_dir . 'default.json', json_encode( $default_cont
    Ligne264: file_put_contents( $export_dir . 'widget_positions.json', json_encode( $wid
    Ligne265: file_put_contents( $export_dir . 'widget_options.json', json_encode( $widge
    Ligne266: file_put_contents( $export_dir . 'menu.json', json_encode( $menu_ids ) );
    Ligne267: file_put_contents( $export_dir . 'options.json', json_encode( $my_options )
  5. Admin menu : Themes should use add_theme_page() for adding admin pages. File class-tgm-plugin-activation.php :
    Ligne734: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_t
  6. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was bellevue-theme.zip.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in scripts.php. Themes must not deregister core scripts.
    Ligne15: wp_deregister_script( 'mphb-flexslider' ); // // Deregister MotoPress Flex 
  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 bellevue.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'View details' in file Ui.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'More information about %s' in file Ui.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 bellevue, plugin-update-checker, uplands, textdomain, tgmpa, BELLEVUE, embark, option-tree.
  4. PHP short tags : Presence of PHP short tagsPHP short tags were found in file ParsedownModern.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.
    Ligne762: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))
    PHP short tags were found in file ParsedownLegacy.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.
    Ligne760: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))
  5. Line endings consistency : Both DOS and UNIX style line endingsFound a mix of \r\n and \n line endings in file DOWNLOAD LINK.txt.Found a mix of \r\n and \n line endings in file _GROOVY_MENU.txt.Found a mix of \r\n and \n line endings in file _REV_SLIDER.txt.Found a mix of \r\n and \n line endings in file HOW_TO_UPDATE_BELLEVUE_IMPORTANT.txt.
  6. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file app.css.
  7. Screenshot : Screenshot fileScreenshot size is 880x660px. 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. theme tags : Presence of bad theme tagsThemes that use the tag accessibility-ready will need to undergo an accessibility review.
    See https://make.wordpress.org/themes/handbook/review/accessibility/
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.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 archive template file archive.phpThis theme does not contain optional file archive.php.
  10. Optional files : Presence of search results template file search.phpThis theme does not contain optional file search.php.
  11. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  12. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  13. Optional files : Presence of 404 Not Found template file 404.phpThis theme does not contain optional file 404.php.
  14. Use of includes : Use of include or requireThe theme appears to use include or require : index.php
    Ligne4: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne19: include( locate_template( 'templates/page-header-default.php' ) ); // Page 
    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 : default-template.php
    Ligne23: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne29: include( locate_template( 'templates/page-header-default.php' ) ); // Page 
    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 : single-room-type.php
    Ligne2: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne5: <?php include( locate_template( 'templates/page-header.php' ) ); // Page Header T
    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 : taxonomy-mphb_room_type_tag.php
    Ligne7: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne20: include( locate_template( 'templates/page-header-default.php' ) ); // Page 
    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 : archive-product.php
    Ligne10: include( locate_template( 'templates/page-layout.php' ) );
    Ligne19: include( locate_template( 'templates/page-header.php' ) );
    Ligne21: include( locate_template( 'templates/page-header-default.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 : single-product.php
    Ligne11: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne17: include( locate_template( 'templates/page-header.php' ) ); // Page Header T
    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 : taxonomy-mphb_room_type_facility.php
    Ligne7: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne20: include( locate_template( 'templates/page-header-default.php' ) ); // Page 
    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 : envato_setup.php
    Ligne802: @include( 'envato-setup-export.php' );
    Ligne896: require_once( ABSPATH . 'wp-admin/includes/file.php' );
    Ligne2216: require_once( ABSPATH . 'wp-admin/includes/file.php' );
    Ligne2241: require_once( ABSPATH . 'wp-admin/includes/file.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 : page.php
    Ligne2: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne5: <?php include( locate_template( 'templates/page-header.php' ) ); // Page Header T
    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 : single.php
    Ligne4: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne16: include( locate_template( 'templates/page-header-default.php' ) ); // Page 
    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 : category.php
    Ligne7: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne20: include( locate_template( 'templates/page-header-default.php' ) ); // Page 
    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 : UpgraderStatus.php
    Ligne126: require_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 : Autoloader.php
    Ligne30: include ($this->libraryDir . $this->staticMap[$className]);
    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 : Package.php
    Ligne144: require_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 : PucReadmeParser.php
    Ligne251: require_once(dirname(__FILE__) . '/Parsedown' . (version_compare(PHP_VERSIO
    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 : custom.php
    Ligne211: 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 : comments.php
    Ligne32: <?php include(locate_template('templates/comment.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 : base.php
    Ligne83: include( get_template_directory() . '/demo/demo_options.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 : blog-masonry.php
    Ligne13: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne15: <?php include( locate_template( 'templates/page-header.php' ) ); // Page Header T
    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 : blog-standard.php
    Ligne13: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne21: <?php include( locate_template( 'templates/page-header.php' ) ); // Page Header T
    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 : blog-masonry-wide.php
    Ligne14: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne16: <?php include( locate_template( 'templates/page-header.php' ) ); // Page Header T
    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 : single-elementor_library.php
    Ligne2: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne5: <?php include( locate_template( 'templates/page-header.php' ) ); // Page Header T
    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 : taxonomy-mphb_room_type_category.php
    Ligne7: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne20: include( locate_template( 'templates/page-header-default.php' ) ); // Page 
    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 : single-themo_room.php
    Ligne2: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne5: <?php include( locate_template( 'templates/page-header.php' ) ); // Page Header T
    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 : single-mphb_room_service.php
    Ligne2: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne5: <?php include( locate_template( 'templates/page-header.php' ) ); // Page Header T
    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 : archive-mphb_room_service.php
    Ligne7: <?php include( locate_template( 'templates/page-layout.php' ) ); ?>
    Ligne20: include( locate_template( 'templates/page-header-default.php' ) ); // Page 
    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