0
Validation results

Envision

Free WordPress 6.5.2 theme

Envision

Free WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEenvision.zip
  • FILE SIZE14389777 bytes
  • MD50c20ca3a5d3c5a08b18965191c845545
  • SHA1acb806b5006669b27d0d01df0629d34bfeaafff6
  • LICENSEGNU GPL 3
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://wptation.com/
  • VERSION2.2.1
  • AUTHOR URI
  • TAGSlight, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, theme-options, translation-r
  • CREATION DATE2019-11-01
  • LAST FILE UPDATE2019-11-01
  • LAST VALIDATION2019-11-01 13:40
  • OTHER VERSIONS

    3.1.0 : 35%

This theme is open source.
Critical alerts
  1. 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.
  2. Widgets : Widgets Sidebars need to be registered in a custom function hooked to the widgets_init action. See: register_sidebar().
  3. Security breaches : Modification of PHP server settings Found ini_set in file cloudfw.loader.php. 83: @ini_set( 'memory_limit', $memory_limit );
  4. Security breaches : Use of base64_decode() Found base64_decode in file core.transfer.php. 36: $this->data = unserialize(base64_decode( $content ));Found base64_decode in file class.import.php. 288: $decoded_options = @(base64_decode($content));Found base64_decode in file core.ajax.php. 139: $decode_import = @base64_decode($import);537: $decode_import = @base64_decode($import);Found base64_decode in file OAuth.php. 211: $decoded_sig = base64_decode($signature);
  5. Security breaches : Use of base64_encode() Found base64_encode in file source.skin.gradient.php.
     return base64_encode($out);;
    Found base64_encode in file transfer.menus.php.
     return base64_encode(serialize( $this->data ));
    Found base64_encode in file transfer.options.php.
     return base64_encode(serialize( $this->data ));
    Found base64_encode in file transfer.widgets.php.
     return base64_encode(serialize( $this->data ));
    Found base64_encode in file class.export.php.
     $data = base64_encode($data);
    Found base64_encode in file core.ajax.php.
     $encode_data 		= @base64_encode($serialized_data);
     $encode_data 		= @base64_encode($serialized_data);
    Found base64_encode in file OAuth.php.
     return base64_encode(hash_hmac('sha1', $base_string, $key, true));
     return base64_encode($signature);
  6. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe [^>]*src=")?(?:https?:\/\/(?:[\w]+\.)*vimeo\.com(?:[\/\w]*\/videos?)?\/([0-9]+)[^\s]*)"?(?:[^> in file _composer.video_background.php. 337: $regex = '~(?:<iframe [^>]*src=')?(?:https?:\/\/(?:[\w]+\.)*vimeo\.com(?:[\/\w]*\/videos?Found <iframe src="http://www.facebook.com/plugins/like.php?href='.urlencode($url).'&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true" class="social-iframe"> in file theme.functions.php. 220: <iframe src='http://www.facebook.com/plugins/like.php?href='.urlencode($url
  7. Malware : Operations on file system fopen was found in the file class.wp-import-parsers.php 66: $fp = $this->fopen( $file, 'r' );283: function fopen( $filename, $mode = 'r' ) {286: return fopen( $filename, $mode );fclose was found in the file class.wp-import-parsers.php 115: $this->fclose($fp);301: function fclose( $fp ) {304: return fclose( $fp );fopen was found in the file class.wp-import-parsers.php 66: $fp = $this->fopen( $file, 'r' );283: function fopen( $filename, $mode = 'r' ) {286: return fopen( $filename, $mode );fopen was found in the file class.wp-import-parsers.php 66: $fp = $this->fopen( $file, 'r' );283: function fopen( $filename, $mode = 'r' ) {286: return fopen( $filename, $mode );fclose was found in the file class.wp-import-parsers.php 115: $this->fclose($fp);301: function fclose( $fp ) {304: return fclose( $fp );fclose was found in the file class.wp-import-parsers.php 115: $this->fclose($fp);301: function fclose( $fp ) {304: return fclose( $fp );fopen was found in the file class.import.php 270: $fp = fopen($the_file, 'r');fread was found in the file class.import.php 272: $the_content = fread($fp, 65536);fclose was found in the file class.import.php 274: fclose($fp); fopen was found in the file class.uploader.php 12: $input = fopen('php://input', 'r');16: $temp = fopen('php://temp', 'wb');25: $target = fopen($path, 'w'); fopen was found in the file class.uploader.php 12: $input = fopen('php://input', 'r');16: $temp = fopen('php://temp', 'wb');25: $target = fopen($path, 'w'); fclose was found in the file class.uploader.php 19: fclose($input);28: fclose($target);fopen was found in the file class.uploader.php 12: $input = fopen('php://input', 'r');16: $temp = fopen('php://temp', 'wb');25: $target = fopen($path, 'w'); fclose was found in the file class.uploader.php 19: fclose($input);28: fclose($target);file_get_contents was found in the file class.export.php 200: $wp_filesystem->put_contents($this->get_file(), file_get_contents($tempfile), FS_CHMOD_FILE);fopen was found in the file class.export.php 226: $fp = fopen($file, 'r');fread was found in the file class.export.php 229: echo fread($fp, 65536);fclose was found in the file class.export.php 232: fclose($fp);file_get_contents was found in the file JSON.php 113: * $input = file_get_contents('php://input', 1000000);file_get_contents was found in the file class.update.php 84: file_get_contents($tempfile),fopen was found in the file core.functions.php 1517: if( ini_get('allow_url_fopen') ) {1518: $cloudfw_get_file_method = 'fopen';1539: if ( $method == 'fopen' ) {1541: $handle = fopen( $path, 'rb' );1569: if (!@fopen($file, 'w+')) {return false;}fread was found in the file core.functions.php 1545: $content .= fread($handle, 8192);fclose was found in the file core.functions.php 1547: fclose( $handle );file_get_contents was found in the file core.functions.php 1520: $cloudfw_get_file_method = 'file_get_contents';1552: return file_get_contents($path);1766: if ( $created_file = cloudfw_file_create_to_uploads( basename($source_file_path), file_get_contents( $source_file_path ) ) ) {fopen was found in the file core.functions.php 1517: if( ini_get('allow_url_fopen') ) {1518: $cloudfw_get_file_method = 'fopen';1539: if ( $method == 'fopen' ) {1541: $handle = fopen( $path, 'rb' );1569: if (!@fopen($file, 'w+')) {return false;}file_get_contents was found in the file core.functions.php 1520: $cloudfw_get_file_method = 'file_get_contents';1552: return file_get_contents($path);1766: if ( $created_file = cloudfw_file_create_to_uploads( basename($source_file_path), file_get_contents( $source_file_path ) ) ) {file_get_contents was found in the file OAuth.php 281: file_get_contents(self::$POST_INPUT)
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File class.notifier.php : 115: add_dashboard_page( CLOUDFW_THEMENAME . ' Theme Updates', CLOUDFW_THEMENAMEFile class.tgm-plugin-activation.php : 412: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile core.admin_init.php : 60: add_menu_page($menu_title . ' - ' . __('Settings', 'cloudfw') . ' - CloudFW93: add_menu_page($menu_title . ' - Slider Manager - CloudFW', __('Slider ManagFile core.admin_init.php : 69: add_submenu_page(File core.admin_init.php : 60: add_menu_page($menu_title . ' - ' . __('Settings', 'cloudfw') . ' - CloudFW93: add_menu_page($menu_title . ' - Slider Manager - CloudFW', __('Slider Manag
  9. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : module.yith_quickview.php.
  10. Deprecated functions : screen_icon screen_icon found in file class.wp-import.php. Deprecated since version 3.8.1000: screen_icon();
  11. Deprecated functions : wp_get_http wp_get_http found in file class.wp-import.php. Deprecated since version 4.4. Use WP_Http instead.873: $headers = wp_get_http( $url, $upload['file'] );
  12. Deprecated functions : get_bloginfo get_bloginfo('wpurl') was found in the file class.aqua-resizer.php. Use site_url() instead.87: $site_url = untrailingslashit( get_bloginfo('wpurl') );get_bloginfo("url") was found in the file header.php. Use home_url() instead.107: $logo_link = cloudfw_get_option( 'logo', 'link', get_bloginfo('url') );
  13. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was envision-skin-cyan.zip envision-skin-default-skin-boxed.zip envision-skin-green.zip envision-skin-default-light-footer.zip envision-skin-dark.zip envision-skin-brown.zip envision-skin-dark-blue.zip envision-skin-yellow.zip envision-skin-orange.zip envision-skin-orange-skin-light-footer.zip revslider.zip wpt-login.zip.
Warning
  1. special URIs : Presence of bad theme tagsTheme URI and Author URI should not be the same.
  2. theme tags : Presence of bad theme tagsThe tag light has been deprecated, it must be removed from style.css header.The tag gray has been deprecated, it must be removed from style.css header.The tag white has been deprecated, it must be removed from style.css header.The tag flexible-width has been deprecated, it must be removed from style.css header.
  3. Text domain : Incorrect use of translation functions.Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%s download remaining', '%s downloads remaining', downloads_remaining, 'woocommerce' in file my-downloads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'woocommerce' in file shipping-calculator.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'woocommerce' in file cart-totals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'woocommerce' in file totals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'woocommerce' in file review.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu Item Post variable Count on Last Save' in file core.menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page variable Count on Last Save' in file core.composer.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'The import was cancelled. <strong>', </strong> folder is not writable, 'cloudfw' in file core.configs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must be <a href="%s">logged in</a> to post a comment.' in file map.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>' in file map.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your email address will not be published.' in file map.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required fields are marked %s' in file map.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme requires the following plugin: %1$s.', 'This theme requires the following plugins: %1$s.' in file theme.plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme recommends the following plugin: %1$s.', 'This theme recommends the following plugins: %1$s.' in file theme.plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed.', 'Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed.' in file theme.plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following required plugin is currently inactive: %1$s.', 'The following required plugins are currently inactive: %1$s.' in file theme.plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following recommended plugin is currently inactive: %1$s.', 'The following recommended plugins are currently inactive: %1$s.' in file theme.plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', 'Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated.' in file theme.plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.' in file theme.plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated.', 'Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated.' in file theme.plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin installing plugin', 'Begin installing plugins' in file theme.plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Activate installed plugin', 'Activate installed plugins' in file theme.plugins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cloudfw' in file comments-loop.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<span>', </span>, 'cloudfw' in file template.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<span>', </span>, 'cloudfw' in file template.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<span>', </span>, 'cloudfw' in file template.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<span>', </span>, 'cloudfw' in file module.shortcode.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<span>', </span>, 'cloudfw' in file module.shortcode.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<span>', </span>, 'cloudfw' in file module.shortcode.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 woocommerce, downloads_remaining, cloudfw, default, tgmpa, </strong> folder is not writable, yit, sharrre.like_post, </span>, sharrre.single_likes, sharrre.plural_likes, bbpress.
  4. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  5. Unwanted files : Windows thumbnail storethumbs.db was found.
  6. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file style.css.
  7. Comment reply : Declaration of comment replyCould not find the comment-reply script enqueued, however a reference to 'comment-reply' was found. Make sure that the comment-reply js script is being enqueued properly on singular pages.
  8. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  9. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  10. Deprecated functions : screen_iconscreen_icon found in file class.wp-import.php. Deprecated since version 3.8.1000: screen_icon();
  11. 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.
  12. I18N implementation : Proper use of ___all(Possible variable $cvalue found in translation function in shipping-calculator.php. Translation function calls should not contain PHP variables. Possible variable $woocommerce found in translation function in totals.php. Translation function calls should not contain PHP variables.
  13. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  14. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  15. Screenshot : Screenshot fileScreenshot dimensions are wrong! Detected: 722x542px (361:271). Ratio of width to height should be 4:3.Screenshot size is 722x542px. 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. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file scheme.upgrader.php.34: 'data' => __('You will find your Item Purchase Code contained within the License Certificate of your purchase. You can view your License Certificate at anytime by logging into your ThemeForest account and visiting your downloads section.','cloudfw') . ' <a href='http://cl.ly/7Ert' target='_blank'>'. __('Click here for more instructions.Possible hard-coded links were found in the file _composer.video_background.scheme.php.149: . '<br/>Please check the link for more info about <a href='https://support.google.com/youtube/answer/94522?hl=en' target='_blank'>' . Possible hard-coded links were found in the file _shortcode.advanced.video.html5.php.158: To play the media you will need to either update your browser to a recent version or update your <a href='http://get.adobe.com/flashplayer/' target='_blank'>Flash plugin</a>.Possible hard-coded links were found in the file scheme.php.131: <li>'.sprintf(__('Create your @font-face kit by using %s and then extract the font kit(with folder in the kit) into the fonts folder to install.','cloudfw'), '<a href='http://www.fontsquirrel.com/fontface/generator' target='_blank'>Fontsquirre278: 'desc' => 'E.g.: <code>Cufon.replace('h1,h2,h3,h4,h5', {fontFamily : 'Font Name', hover: true});</code><br/><br/>' . __(' For more code tips go to official <a href='https://github.com/sorccu/cufon/wiki/styling' target='_blank'>Cufon\'s sitePossible hard-coded links were found in the file scheme.php.268: 'data' => __('You will find your Item Purchase Code contained within the License Certificate of your purchase. You can view your License Certificate at anytime by logging into your ThemeForest account and visiting your downloads section.','cloudfw') . ' <a href='http://cl.ly/7Ert' target='_blank'>'. __('Click here for more instructions.Possible hard-coded links were found in the file scheme.php.2835: sprintf(__('Most of this configuration can found on the application overview page on the %s website.','cloudfw'), '<a href='http://dev.twitter.com' target='_blank'>http://dev.twitter.com</a>') . '<br
  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 term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  6. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  7. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  8. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  9. Use of includes : Use of include or requireThe theme appears to use include or require : cloudfw.loader.php 20: include(CLOUDFW_PATH.'/core/engine.cache/core.var_cache.php');38: include(TMP_PATH.'/customization.core.php');48: require( CLOUDFW_PATH.'/core/framework/core.configs.php' );54: require( CLOUDFW_PATH.'/core/framework/cloudfw.check.php' );61: require( CLOUDFW_PATH.'/core/engine.map/core.map.php' );65: include(TMP_PATH.'/customization.init.php');69: require( TMP_LOADERS.'/theme.maps.php' );72: require( CLOUDFW_PATH.'/core/framework/core.elements.php' );73: require( CLOUDFW_PATH.'/core/framework/core.functions.php' );74: require( CLOUDFW_PATH.'/core/framework/core.translate.php' );89: require( CLOUDFW_PATH.'/core/framework/core.only_admin.php' );92: require( CLOUDFW_PATH.'/core/classes/class.tgm-plugin-activation.php' );94: require( TMP_LOADERS.'/theme.plugins.php' );99: require( CLOUDFW_PATH.'/core/engine.shortcode/core.shortcodes.php' ); $Clou102: require( CLOUDFW_PATH.'/core/engine.modules/core.modules.php' );103: require( CLOUDFW_PATH.'/core/engine.widget/core.widgets.php' );110: require( CLOUDFW_PATH.'/core/engine.typo/core.typo.php' );111: require( CLOUDFW_PATH.'/core/engine.skin/core.skin_engine.php' );112: require( CLOUDFW_PATH.'/core/engine.slider/core.slider.php' );113: require( CLOUDFW_PATH.'/core/engine.composer/core.composer.frontend.php' );119: require( CLOUDFW_PATH.'/core/engine.menu/core.menu.php' );123: require( CLOUDFW_PATH.'/core/framework/core.wpml.php' );124: require( TMP_LOADERS.'/theme.wpml.php' );128: require( TMP_LOADERS.'/theme.sidebars.php' );131: require( TMP_LOADERS.'/theme.setup.php' );132: require( TMP_LOADERS.'/theme.init.php' );135: require( TMP_LOADERS.'/theme.functions.php' );138: require( CLOUDFW_PATH.'/core/engine.page_generator/core.page_generator.php'141: require( TMP_LOADERS.'/theme.page_generator.php' );151: require( CLOUDFW_PATH.'/core/framework/core.save.php' );154: require( CLOUDFW_PATH.'/core/framework/core.init.php' );157: require( CLOUDFW_PATH.'/core/framework/core.admin_init.php' );164: require( TMP_LOADERS.'/theme.quicktags.php' );165: require( TMP_LOADERS.'/theme.metaboxes.php' );166: require( CLOUDFW_PATH.'/core/engine.metabox/core.metabox.php' );167: require( CLOUDFW_PATH.'/core/engine.composer/core.composer.php' );172: require( TMP_LOADERS.'/theme.ajax.php' );175: require( CLOUDFW_PATH.'/core/ajax/core.ajax.php' );185: include( TMP_PATH.'/customization.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 : cloudfw.transfer.php 20: require_once (TMP_PATH.'/cloudfw/core/classes/class.export.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 : core.shortcodes.dynamic.render.php 8: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.php');9: require_once(TMP_PATH.'/cloudfw/core/engine.shortcode/core.shortcodes.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 : core.shortcodes.render.php 8: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.php');9: require_once(TMP_PATH.'/cloudfw/core/engine.shortcode/core.shortcodes.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 : core.widgets.php 19: require_once(CLOUDFW_PATH.'/core/engine.render/core.render.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 : core.skin_engine.php 850: require_once( CLOUDFW_PATH.'/core/engine.skin/source.skin.gradient.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 : source.skin.import_form.php 4: include_once(TMP_PATH.'/cloudfw/core/others/source.system.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 : source.typography.php 303: include( TMP_LOADERS . '/theme.webfonts.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 : fn.guide.php 12: require( TMP_LOADERS.'/theme.wizard.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 : core.metabox.php 76: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.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 : transfer.menus.php 3: include_once(TMP_PATH.'/cloudfw/core/engine.dummy/core.transfer.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 : transfer.images.php 3: include_once(TMP_PATH.'/cloudfw/core/engine.dummy/core.transfer.php'); 126: require_once(ABSPATH . 'wp-admin/includes/image.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 : core.dummy.php 133: include_once(TMP_PATH.'/cloudfw/core/classes/class.import.php'); 172: include_once(TMP_PATH.'/cloudfw/core/classes/class.import.php'); 208: include_once(TMP_PATH.'/cloudfw/core/classes/class.import.php'); 287: include_once(TMP_PATH.'/cloudfw/core/engine.dummy/transfer.images.php'); 303: include_once(TMP_PATH.'/cloudfw/core/engine.dummy/transfer.widgets.php'); 320: include_once(TMP_PATH.'/cloudfw/core/engine.dummy/transfer.menus.php'); 331: include_once(TMP_PATH.'/cloudfw/core/engine.dummy/transfer.options.php'); 347: require_once($class_wp_importer);359: require_once(TMP_PATH.'/cloudfw/core/classes/class.wp-import.php');360: require_once(TMP_PATH.'/cloudfw/core/classes/class.wp-import-parsers.php');535: include_once(TMP_PATH.'/cloudfw/core/engine.dummy/transfer.widgets.php'); 547: include_once(TMP_PATH.'/cloudfw/core/engine.dummy/transfer.menus.php'); 558: include_once(TMP_PATH.'/cloudfw/core/engine.dummy/transfer.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 : transfer.options.php 3: include_once(TMP_PATH.'/cloudfw/core/engine.dummy/core.transfer.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 : transfer.widgets.php 3: include_once(TMP_PATH.'/cloudfw/core/engine.dummy/core.transfer.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.import.php 285: include_once(TMP_PATH.'/cloudfw/core/classes/JSON.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.upgrader.php 27: require_once(ABSPATH . 'wp-admin/admin-header.php');75: require(TMP_PATH.'/cloudfw/core/framework/cloudfw.render.php');78: include(ABSPATH . 'wp-admin/admin-footer.php');279: require_once(TMP_PATH.'/cloudfw/core/update/class.update.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.export.php 41: require_once (TMP_PATH.'/cloudfw/core/classes/JSON.php'); 132: require_once(ABSPATH . 'wp-admin/includes/file.php');133: require_once(ABSPATH . 'wp-admin/includes/class-pclzip.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 : core.menu.php 73: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.php');110: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.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 : core.composer.render.php 8: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.php');9: require_once(TMP_PATH.'/cloudfw/core/engine.shortcode/core.shortcodes.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 : render.composer.save_form.php 5: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.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 : core.slider.include_forms.php 15: include_once(TMP_PATH.'/cloudfw/core/engine.slider/source.slider.php');16: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.php');30: require(TMP_PATH.'/cloudfw/core/engine.slider/core.slider.get_form.php');51: include_once(TMP_PATH.'/cloudfw/core/engine.slider/source.slider.php');52: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.php');60: require(TMP_PATH.'/cloudfw/core/engine.slider/core.slider.get_form.items.ph84: require(TMP_PATH.'/cloudfw/core/engine.slider/core.slider.loop_items.php');98: require (TMP_PATH.'/cloudfw/core/engine.slider/core.slider.loop_main.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 : core.slider.dashboard.php 17: require (TMP_PATH.'/cloudfw/core/framework/cloudfw_header.php'); 18: require (TMP_PATH.'/cloudfw/core/engine.slider/core.slider.include_forms.ph185: <?php include(TMP_PATH.'/cloudfw/core/engine.slider/source.slider.import_form.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 : core.slider.items.php 20: require (TMP_PATH.'/cloudfw/core/framework/cloudfw_header.php'); 21: require (TMP_PATH.'/cloudfw/core/engine.slider/core.slider.include_forms.ph73: <?php require (TMP_PATH.'/cloudfw/core/framework/cloudfw_footer.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 : source.slider.import_form.php 4: include_once(TMP_PATH.'/cloudfw/core/others/source.system.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 : core.slider.php 128: require_once( TMP_SLIDERS . '/{$id}/slider.{$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 : core.page_generator.php 297: require( TMP_PATH . '/$layout' );377: require( TMP_INCLUDES . '/layouts/not_found.php' );429: require( TMP_PATH . '/comment-form.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 : core.render.php 76: $scheme = include( $source );1204: if($datas['type'] == 'include') include_once($datas['path']); else require_once($datas['path']);2050: include_once( untrailingslashit(dirname(__FILE__)) . '/templates/option.kit2069: include_once( untrailingslashit(dirname(__FILE__)) . '/templates/option.kit2186: require_once(TMP_PATH.'/cloudfw/core/engine.shortcode/core.shortcodes.rende2191: require_once(TMP_PATH.'/cloudfw/core/engine.composer/core.composer.render.p2198: require_once(TMP_PATH.'/cloudfw/core/engine.composer/core.composer.render.p2312: include($filter_data['path']);2314: require($filter_data['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 : class.update.php 34: $_old_theme_files = $_old_theme_folders = include( $from . 'delete.php' );63: require_once(ABSPATH . 'wp-admin/includes/class-pclzip.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 : ajax.conf_wizard.php 34: require(TMP_PATH.'/cloudfw/core/engine.wizard/fn.guide.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 : ajax.slider.get_content_forms.php 5: require (TMP_PATH.'/cloudfw/core/engine.slider/core.slider.include_forms.ph 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 : core.ajax.php 47: include_once(TMP_PATH.'/cloudfw/core/classes/class.uploader.php');81: require( TMP_PATH.'/cloudfw/core/ajax/ajax.slider.get_content_forms.php' );156: require (TMP_PATH.'/cloudfw/core/engine.slider/core.slider.include_forms.ph234: require( TMP_PATH.'/cloudfw/core/ajax/ajax.other.last_theme_updates.php' );277: require( TMP_PATH.'/cloudfw/core/ajax/ajax.conf_wizard.php' );329: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.php');330: require_once(TMP_PATH.'/cloudfw/core/engine.shortcode/core.shortcodes.php')388: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.php');389: require_once(TMP_PATH.'/cloudfw/core/engine.shortcode/core.shortcodes.php')412: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.php');413: require_once(TMP_PATH.'/cloudfw/core/engine.shortcode/core.shortcodes.php')467: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.php');544: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.php');571: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.php');572: require_once(TMP_PATH.'/cloudfw/core/engine.shortcode/core.shortcodes.php')573: //require_once(TMP_PATH.'/cloudfw/core/engine.composer/core.composer.php');724: require( TMP_PATH.'/cloudfw/core/engine.composer/render.composer.save_form.811: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.php');823: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.php');862: include_once( TMP_LOADERS . '/theme.shortcodes.preview.php' );876: include_once( TMP_PATH.'/cloudfw/core/engine.shortcode/core.shortcodes.rend890: include_once( TMP_PATH.'/cloudfw/core/engine.shortcode/core.shortcodes.dyna904: include_once( TMP_PATH.'/cloudfw/core/others/render.page_selector.php' );916: require_once(TMP_PATH.'/cloudfw/core/engine.dummy/core.dummy.php');933: require_once(TMP_PATH.'/cloudfw/core/engine.dummy/core.dummy.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 : core.elements.php 933: require_once(TMP_PATH.'/cloudfw/core/others/source.quick_actions.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 : core.init.php 90: require_once( TMP_LOADERS.'/theme.quickactions.php' );91: require_once( CLOUDFW_PATH.'/core/others/source.quickactions.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 : core.only_admin.php 393: require_once(ABSPATH.'/wp-admin/includes/template.php');1120: include_once( TMP_PATH.'/cloudfw/core/framework/source.options.php');1128: include( TMP_LOADERS . '/theme.schemes.options.php' );1137: include( TMP_LOADERS . '/theme.schemes.skin.php' );1144: include( TMP_LOADERS . '/theme.schemes.font.php' );1152: include( TMP_LOADERS . '/theme.schemes.menu.php' );1169: include( CLOUDFW_PATH.'/core/engine.slider/core.schemes.sliders.php' );1178: include( TMP_LOADERS . '/schemes/scheme.{$case}.php' );1180: include( CLOUDFW_PATH. '/core/schemes/scheme.{$case}.php' );1256: include_once(TMP_PATH.'/cloudfw/core/classes/class.notifier.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 : core.save.php 11: require_once(TMP_PATH.'/cloudfw/core/framework/core.register.php');42: include_once(TMP_PATH.'/cloudfw/core/classes/class.import.php'); 268: require (TMP_PATH.'/cloudfw/core/engine.slider/core.slider.include_forms.ph 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 : core.configs.php 25: require( TMP_PATH.'includes/theme/theme.configs.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 : cloudfw.check.php 112: include( dirname( __FILE__ ) . '/cloudfw.check.max_input_vars.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 : core.functions.php 80: include_once( $file );86: include_once( $file );110: include_once( $filepath );1302: include_once(TMP_PATH.'/cloudfw/core/classes/class.aqua-resizer.php');1338: include_once(TMP_PATH.'/cloudfw/core/classes/class.BFI_Thumb.php');1581: require_once( ABSPATH.'/wp-admin/includes/file.php' );1671: require_once(ABSPATH . 'wp-admin/includes/image.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 : cloudfw_dashboard.php 8: require(TMP_PATH.'/cloudfw/core/engine.wizard/fn.guide.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 : cloudfw.render.php 4: require_once(TMP_PATH.'/cloudfw/core/engine.render/core.render.php');73: require (TMP_PATH.'/cloudfw/core/framework/cloudfw_header.php');97: require (TMP_PATH.'/cloudfw/core/framework/cloudfw_footer.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 : core.admin_init.php 12: require_once(TMP_PATH.'/cloudfw/core/classes/class.upgrader.php');108: require( CLOUDFW_PATH . '/get/cloudfw.transfer.php' );226: require(TMP_PATH.'/cloudfw/core/framework/cloudfw.render.php');250: require(TMP_PATH.'/cloudfw/core/framework/cloudfw.render.php');256: include_once(TMP_PATH.'/cloudfw/core/classes/class.notifier.php');269: require(TMP_PATH.'/cloudfw/core/others/core.installation.php');675: require(TMP_PATH.'/cloudfw/core/others/core.quicktags.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 : source.system.php 22: include_once( TMP_PATH.'/cloudfw/core/engine.shortcode/source.shortcodes.ph 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 : helper.load.php 12: require( $wp_include ); 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 : core.installation.php 12: require_once(TMP_PATH.'/cloudfw/core/engine.dummy/core.dummy.php');18: require_once(TMP_PATH.'/cloudfw/core/engine.dummy/core.dummy.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 : core.modules.php 125: include_once ( $path );133: include_once ( $path );153: include_once ( $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 : header.php 164: <?php if ( ! $topbar_sticky ) include( TMP_MODULES . '/module.topbar/topbar.php' ); ?>217: <?php if ( $topbar_sticky ) include( TMP_MODULES . '/module.topbar/topbar.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 : _shortcode.social.twitter.php 73: require_once($api_basedir . 'StormTwitter.class.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 : twitteroauth.php 12: require_once('OAuth.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 : StormTwitter.class.php 13: require_once('oauth/twitteroauth.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 : theme.schemes.skin.php 22: include( $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 : theme.schemes.font.php 22: include_once( $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 : theme.metaboxes.php 8: include_once( TMP_PATH.'/cloudfw/core/framework/source.options.php');9: include_once( TMP_PATH.'/cloudfw/core/engine.metabox/source.metabox.php' );10: include_once( TMP_PATH.'/cloudfw/core/engine.shortcode/source.shortcodes.ph 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 : theme.schemes.options.php 23: include( $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 : theme.page_generator.php 660: include( TMP_PATH . 'not_found.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 : theme.maps.php 22: include( $file );36: include( TMP_OPTIONS . '/setup.php' );53: include( TMP_VISUAL_OPTIONS . '/map.php' );68: include( TMP_TYPO_OPTIONS . '/map.php' );84: include( TMP_TYPO_OPTIONS . '/setup.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 : module.revslider.php 49: include( trailingslashit(dirname(__FILE__)) . 'skin.scheme.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 : module.gallery.php 5: require_once( trailingslashit(dirname(__FILE__)) . 'class.gallery.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 : module.sharrre.php 125: require_once( trailingslashit(dirname(__FILE__)) . 'module.shortcode.php' )131: require_once( dirname(__FILE__) . '/module.ajax.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 : module.options.php 19: require_once( dirname(__FILE__) . '/module.options.scheme.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 : module.topbar.php 90: include($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 : module.bbpress.php 14: require_once( dirname(__FILE__) . '/bbpress.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 : template.php 8: include( $template_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 : template.php 7: include( $template_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 : template.php 8: include( $template_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 : template.php 7: include( $template_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 : module.shortcode.php 12: require_once( trailingslashit(dirname(__FILE__)) . 'class/class.blog.php' )41: require_once( trailingslashit(dirname(__FILE__)) . 'class/class.blog.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.blog.php 22: include( $comments_loop );262: include( $template_path );403: include( $template_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 : module.register.php 5: require_once( dirname(__FILE__) . '/class.breadcrumb.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 : module.effects.php 94: require_once( $shortcode_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 : module.register.php 12: require_once( trailingslashit(dirname(__FILE__)) . 'class/class.likes.php' 21: require_once( trailingslashit(dirname(__FILE__)) . 'class/class.likes.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 : module.options.php 120: require_once( dirname(__FILE__) . '/module.options.scheme.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 : module.woocommerce.php 13: include_once( dirname(__FILE__) . '/woocommerce.php' );16: include_once( dirname(__FILE__) . '/module.options.php' );19: include_once( dirname(__FILE__) . '/module.shortcode.php' );22: include_once( dirname(__FILE__) . '/module.hooks.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 : module.nav.php 4: require( trailingslashit(dirname(__FILE__)) . 'primary-navigation.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 : primary-navigation.php 10: require( trailingslashit(dirname(__FILE__)) . 'class.primary-navigation.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 : _widget.sub_pages.php 70: include_once( trailingslashit(dirname(__FILE__)) . 'walker/walker.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 : widget.defaults.php 153: include( trailingslashit(dirname(__FILE__)) . 'widget.defaults.scheme.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 11: include( $path . $default_page_layout );13: include( $path . 'page-fullwidth.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