54
Validation results

Scape

Scape

WordPress 6.4.3 theme
54
  • THEME TYPEWordPress theme 6.4.3
  • FILE NAMEscape.zip
  • FILE SIZE2118951 bytes
  • MD500dcdb01cefeb574b0d0b023b3683fdf
  • SHA1759fd982d55326e06ea18cb457dd159f4f8d1057
  • LICENSECustom
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://themes.whiteboxstud.io/scape/main/landing
  • VERSION1.5.5
  • CREATION DATE2022-07-03
  • LAST FILE UPDATE2022-07-03
  • LAST VALIDATION2022-07-03 03:44
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe width="640" height="360" src="https://www.youtube.com/embed/<?php echo esc_attr($youtube); ?> in file blog-format-video.php. 38: <iframe width='640' height='360' src='https://www.youtube.com/embed/<?php eFound <iframe width="640" height="360" src="https://www.youtube.com/embed/<?php echo esc_attr($youtube); ?> in file portfolio-item-video.php. 29: <iframe width='640' height='360' src='https://www.youtube.com/embed/<?php e
  2. Admin menu : Themes should use add_theme_page() for adding admin pages. File class-tgm-plugin-activation.php : 724: $this->page_hook = add_submenu_page( 'scape-dashboard', $args['page_title'], $args['menu_titleFile options.php : 88: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#ParametersFile admin-pages.php : 12: add_menu_page( esc_html__('Theme Dashboard', 'scape'), esc_html__('Scape ThFile admin-pages.php : 13: add_submenu_page( 'scape-dashboard', esc_html__('Theme Dashboard', 'scape'
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in theme-enqueue.php. Themes must not deregister core scripts. 90: wp_deregister_script('isotope');91: wp_deregister_script('fullpage');92: wp_deregister_script('lazyload');
  2. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  3. Text domain : Incorrect use of translation functions.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 scape, woocommerce, yith-woocommerce-wishlist, tgmpa.
  4. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file app.css.
  5. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  6. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
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 archive template file archive.phpThis theme does not contain optional file archive.php.
  10. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  11. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  12. Use of includes : Use of include or requireThe theme appears to use include or require : index.php 61: include(locate_template('templates/blog-post/default/blog-entry-default.php67: <?php include(locate_template('templates/section-pagination.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 : loop-start.php 35: include_once(locate_template('templates/components/lightbox-nav.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 : wishlist-view.php 17: <?php include(locate_template('templates/components/preloader.php')); ?>242: <?php include(locate_template('templates/components/share.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 : product-image.php 78: include(locate_template('templates/components/preloader.php'));98: <?php include(locate_template('templates/components/lightbox-nav.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 : content-product-cat.php 32: include(locate_template('templates/components/preloader.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 : cross-sells.php 47: include(locate_template('templates/components/lightbox-nav.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 : header.php 29: <?php include(locate_template('templates/components/preloader.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 : icons.php 52: require_once( WTBX_PLUGIN_PATH . 'include/icon-fonts/charmap.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 : woofunctions.php 191: include(locate_template('woocommerce/wishlist-button.php'));211: include(locate_template('templates/components/preloader.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 : custom-functions.php 17: require_once(ABSPATH .'/wp-admin/includes/file.php');35: require(WTBX_PATH . '/inc/scape-tinymce.css.php');46: require(WTBX_PATH . '/inc/gutenscape.css.php');83: require_once(ABSPATH .'/wp-admin/includes/file.php');92: require($path); 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 : ajax-load.php 50: include(locate_template('templates/components/preloader.php'));135: include(locate_template('templates/portfolio/masonry/portfolio-entry-masonr193: include(locate_template('templates/portfolio/metro/portfolio-entry-metro.ph246: include(locate_template('templates/portfolio/boxed/portfolio-entry-boxed.ph289: include(locate_template('templates/portfolio/square/portfolio-entry-square.333: include(locate_template('templates/portfolio/tiles/portfolio-entry-tiles.ph364: include(locate_template('templates/portfolio/overlap/portfolio-entry-overla397: include(locate_template('templates/blog-post/masonry/blog-entry-masonry.php442: include(locate_template('templates/blog-post/metro/blog-entry-metro.php'));485: include(locate_template('templates/blog-post/sidebyside/blog-entry-sbs.php'514: include(locate_template('templates/blog-post/column/blog-entry-column.php')542: include(locate_template('templates/blog-post/magazine/blog-entry-magazine.p570: include(locate_template('templates/blog-post/boxed/blog-entry-boxed.php'));600: include(locate_template('templates/blog-post/minimal/blog-entry-minimal.php630: include(locate_template('templates/blog-post/default/blog-entry-default.php658: include(locate_template('templates/blog-post/carousel/blog-entry-carousel.p 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 681: require_once( ABSPATH . 'wp-admin/includes/file.php' );1902: require_once( ABSPATH . 'wp-admin/includes/file.php' );1926: 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 : front-mega-menu-walker.php 181: require_once( WTBX_PLUGIN_PATH . 'include/icon-fonts/charmap.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 : search.php 31: include(locate_template('templates/components/searchform.php'));39: include(locate_template( 'templates/search-result.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.php 14: <?php include(locate_template('templates/section-pagination-single-top.php')); ?>54: include(locate_template('templates/section-pagination-single-bottom.php'));64: include(locate_template('templates/blog-post/blog-entry-related.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 : header-style-16.php 18: include(locate_template('templates/header/parts/logo.php'));23: include(locate_template('templates/header/parts/' . $props['id'] . '.php'))38: include(locate_template('templates/header/parts/' . $props['id'] . '.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 : header-style-9.php 20: include(locate_template('templates/header/parts/logo.php'));25: include(locate_template('templates/header/parts/' . $props['id'] . '.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 : header-search.php 7: include(locate_template('templates/components/searchform.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 : header-style-12.php 14: include(locate_template('templates/header/parts/logo.php'));24: include(locate_template('templates/header/parts/' . $props['id'] . '.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 : header-style-2.php 20: include(locate_template('templates/header/parts/logo.php'));25: include(locate_template('templates/header/parts/' . $props['id'] . '.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 : header-style-6.php 20: include(locate_template('templates/header/parts/logo.php'));25: include(locate_template('templates/header/parts/' . $props['id'] . '.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 : header-style-5.php 20: include(locate_template('templates/header/parts/logo.php'));25: include(locate_template('templates/header/parts/' . $props['id'] . '.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 : header-mobile-top.php 20: include(locate_template('templates/header/parts/logo.php'));24: include(locate_template('templates/header/parts/' . $props['id'] . '.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 : header-style-7.php 20: include(locate_template('templates/header/parts/logo.php'));26: include(locate_template('templates/header/parts/' . $props['id'] . '.php'))30: include(locate_template('templates/header/parts/' . $props['id'] . '.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 : header-style-15.php 18: include(locate_template('templates/header/parts/logo.php'));23: include(locate_template('templates/header/parts/' . $props['id'] . '.php'))38: include(locate_template('templates/header/parts/' . $props['id'] . '.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 : header-style-1.php 20: include(locate_template('templates/header/parts/logo.php'));25: include(locate_template('templates/header/parts/' . $props['id'] . '.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 : header-style-10.php 25: include(locate_template('templates/header/parts/logo.php')); ?>37: include(locate_template('templates/header/parts/' . $props['id'] . '.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 : header-style-14.php 15: include(locate_template('templates/header/parts/logo.php'));25: include(locate_template('templates/header/parts/' . $props['id'] . '.php'))39: include(locate_template('templates/header/parts/logo.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 : header-style-3.php 20: include(locate_template('templates/header/parts/logo.php'));25: include(locate_template('templates/header/parts/' . $props['id'] . '.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 : header-style-11.php 24: include(locate_template('templates/header/parts/logo.php')); ?>36: include(locate_template('templates/header/parts/' . $props['id'] . '.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 : header-style-8.php 20: include(locate_template('templates/header/parts/logo.php'));25: include(locate_template('templates/header/parts/' . $props['id'] . '.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 : header-mobile-side.php 26: include(locate_template('templates/header/parts/' . $props['id'] . '.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 : header-style-13.php 14: include(locate_template('templates/header/parts/logo.php'));24: include(locate_template('templates/header/parts/' . $props['id'] . '.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 : header-style-4.php 20: include(locate_template('templates/header/parts/logo.php'));25: include(locate_template('templates/header/parts/' . $props['id'] . '.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-entry-column.php 16: include(locate_template('templates/blog-post/formats/blog-format' . $format19: include(locate_template('templates/blog-post/blog-entry-thumbnail.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-entry-boxed.php 10: include(locate_template('templates/components/preloader.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-entry-default.php 24: include(locate_template('templates/blog-post/formats/blog-format' . $format27: include(locate_template('templates/blog-post/blog-entry-thumbnail.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-entry-magazine.php 10: include(locate_template('templates/components/preloader.php'));17: include(locate_template('templates/blog-post/magazine/blog-entry-bg-magazin26: include(locate_template('templates/blog-post/magazine/blog-entry-header-mag32: include(locate_template('templates/blog-post/magazine/blog-entry-footer-mag 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-format.php 16: include(locate_template('templates/components/preloader.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-format-gallery.php 20: include(locate_template('templates/components/preloader.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-format-video.php 25: include(locate_template('templates/components/preloader.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-format-image.php 15: include(locate_template('templates/components/preloader.php'));25: include(locate_template('templates/components/preloader.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-format-audio.php 37: include(locate_template('templates/components/preloader.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-entry-thumbnail.php 23: include(locate_template('templates/components/preloader.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-entry-sbs.php 13: include(locate_template('templates/components/preloader.php'));24: include(locate_template('templates/blog-post/blog-entry-thumbnail.php'));41: include(locate_template('templates/blog-post/sidebyside/blog-entry-header-s54: include(locate_template('templates/blog-post/sidebyside/blog-entry-footer-s 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-entry-metro.php 25: include(locate_template('templates/components/preloader.php'));32: include(locate_template('templates/blog-post/metro/blog-entry-bg-metro.php'40: include(locate_template('templates/blog-post/metro/blog-entry-header-metro.46: include(locate_template('templates/blog-post/metro/blog-entry-footer-metro. 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-entry-masonry.php 10: include(locate_template('templates/components/preloader.php'));21: include(locate_template('templates/blog-post/masonry/blog-entry-header-maso36: include(locate_template('templates/blog-post/blog-entry-thumbnail.php'));38: include(locate_template('templates/blog-post/formats/blog-format' . $format59: include(locate_template('templates/blog-post/masonry/blog-entry-footer-maso 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-entry-related.php 50: include(locate_template('templates/components/preloader.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 : section-blog-post.php 23: include(locate_template('templates/blog-post/formats/blog-format' . $format 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 : section-hero.php 147: include(locate_template( 'templates/hero/hero-author.php' ));149: include(locate_template( 'templates/hero/hero-post.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 : section-header.php 32: <?php include(locate_template( 'templates/header/header-style-' . $header_style .33: <?php include(locate_template( 'templates/header/header-mobile-top.php' )); // In 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 : portfolio-entry-panels.php 11: include(locate_template('templates/components/preloader.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 : portfolio-entry-boxed.php 35: include(locate_template('templates/components/preloader.php'));46: <?php include(locate_template('templates/portfolio/portfolio-entry-idle.php')); ?50: <?php include(locate_template('templates/portfolio/portfolio-entry-hover.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 : portfolio-entry-tiles.php 36: include(locate_template('templates/components/preloader.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 : portfolio-entry-slider.php 11: include(locate_template('templates/components/preloader.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 : portfolio-entry-square.php 32: include(locate_template('templates/components/preloader.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 : portfolio-entry-metro.php 38: include(locate_template('templates/components/preloader.php'));48: <?php include(locate_template('templates/portfolio/portfolio-entry-idle.php')); ?52: <?php include(locate_template('templates/portfolio/portfolio-entry-hover.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 : portfolio-entry-masonry.php 30: include(locate_template('templates/components/preloader.php'));40: <?php include(locate_template('templates/portfolio/portfolio-entry-idle.php')); ?44: <?php include(locate_template('templates/portfolio/portfolio-entry-hover.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 : portfolio-entry-overlap.php 34: include(locate_template('templates/components/preloader.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 : portfolio-item-gallery-vertical.php 16: include(locate_template('templates/components/preloader.php'));25: <?php include(locate_template('templates/components/lightbox-nav.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 : portfolio-item-audio.php 18: include(locate_template('templates/components/preloader.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 : portfolio-item-slider.php 11: include(locate_template('templates/components/preloader.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 : portfolio-item-gallery-grid.php 24: include(locate_template('templates/components/preloader.php'));35: <?php include(locate_template('templates/components/lightbox-nav.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 : woocommerce.php 28: include(locate_template('templates/section-pagination-single-top.php'));63: include(locate_template('templates/section-pagination-single-bottom.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-portfolio.php 84: <?php include(locate_template('templates/section-pagination-single-top.php')); ?>88: include(locate_template('templates/portfolio/single/portfolio-item-' . $med95: include(locate_template('templates/portfolio/single/portfolio-item-' . $med178: include(locate_template('templates/portfolio/single/portfolio-item-' . $med200: include(locate_template('templates/portfolio/single/portfolio-item-' . $med215: include(locate_template('templates/section-pagination-single-images.php'));219: include(locate_template('templates/section-pagination-single-bottom.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 5: include(locate_template( 'templates/section-footer.php' ));13: <?php if (wtbx_search_panel() && !wtbx_maintenance()) include(locate_template('templates/header/header-search.php')); ?>14: <?php if (wtbx_overlay_panel() && !wtbx_maintenance()) include(locate_template('templates/header/header-overlay.php')); ?>15: <?php if (wtbx_sidearea_panel() && !wtbx_maintenance()) include(locate_template('templates/header/header-sidearea.php')); ?>39: <?php include(locate_template('templates/components/share.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