0
Validation results

Awake

Awake

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEawake.zip
  • FILE SIZE2138113 bytes
  • MD5198c0d88edcd9f5967a6160f1d4b32ef
  • SHA1fd464bbbf474255c6fb5e2619d230a1969ad7260
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://mythemeshop.com/themes/awake
  • VERSION1.1.4
  • AUTHOR URI
  • CREATION DATE2020-05-26
  • LAST FILE UPDATE2020-05-26
  • LAST VALIDATION2020-05-26 07:27
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
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. Security breaches : Use of eval() Found eval in file widget-recentposts.php. 156: $eval_result = eval('?>'.$widget_output_template);
  3. Security breaches : Modification of PHP server settings Found ini_set in file radium-importer.php. 750: ini_set('max_execution_time', -1);752: ini_set('max_execution_time', $max_execution_time);Found ini_set in file wordpress-importer.php. 106: ini_set('max_execution_time', -1);132: ini_set('max_execution_time', $max_execution_time);
  4. Security breaches : Use of base64_encode() Found base64_encode in file twitteroauth.php.
     return base64_encode(hash_hmac('sha1', $signatureBase, $key, true));
     $parameters['media'] = base64_encode($file);
     'media_data' => base64_encode(fread($media, $this->chunkSize))
     return base64_encode($key . ':' . $secret);
  5. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe class="youtube-player" type="text/html" width="640" height="360" src="https://www.youtube.com/embed/NgeaqIy2OB0?version=3&amp;rel=1&amp;fs=1&amp;autohide=2&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent" allowfullscreen="true" style="border:0;"> in file rm-seo.php. 783: <span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='360' srFound <iframe src="http://www.facebook.com/plugins/likebox.php?href=<?php echo urlencode($page_url); ?> in file widget-fblikebox.php. 59: <iframe src='http://www.facebook.com/plugins/likebox.php?href=<?php echo ur
  6. Malware : Operations on file system file_get_contents was found in the file radium-importer.php 296: $data = file_get_contents( $file );417: $data = file_get_contents( $file );file_get_contents was found in the file radium-importer.php 296: $data = file_get_contents( $file );417: $data = file_get_contents( $file );file_get_contents was found in the file parsers.php 68: $contents = file_get_contents( $file );275: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {file_get_contents was found in the file parsers.php 68: $contents = file_get_contents( $file );275: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen was found in the file parsers.php 421: $fp = $this->fopen( $file, 'r' );647: function fopen( $filename, $mode = 'r' ) {650: return fopen( $filename, $mode );fclose was found in the file parsers.php 470: $this->fclose($fp);665: function fclose( $fp ) {668: return fclose( $fp );fopen was found in the file parsers.php 421: $fp = $this->fopen( $file, 'r' );647: function fopen( $filename, $mode = 'r' ) {650: return fopen( $filename, $mode );fopen was found in the file parsers.php 421: $fp = $this->fopen( $file, 'r' );647: function fopen( $filename, $mode = 'r' ) {650: return fopen( $filename, $mode );fclose was found in the file parsers.php 470: $this->fclose($fp);665: function fclose( $fp ) {668: return fclose( $fp );fclose was found in the file parsers.php 470: $this->fclose($fp);665: function fclose( $fp ) {668: return fclose( $fp );file_get_contents was found in the file twitteroauth.php 1061: ($file = file_get_contents($parameters['media'])) === false) {fopen was found in the file twitteroauth.php 1081: $media = fopen($parameters['media'], 'rb');fread was found in the file twitteroauth.php 1087: 'media_data' => base64_encode(fread($media, $this->chunkSize))fclose was found in the file twitteroauth.php 1090: fclose($media);file_get_contents was found in the file plugin-activation.php 2429: $plugin = @json_decode( @file_get_contents( 'https://api.wordpress.org/plugins/info/1.0/' . $item['s
  7. Malware : Network operations curl_init was found in the file twitteroauth.php 1310: $curlHandle = curl_init();curl_exec was found in the file twitteroauth.php 1312: $response = curl_exec($curlHandle);
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File theme-options.php : 118: //the list of available parent menus is available here: http://codex.wordpress.org/Function_Reference/add_submenu_page#ParametersFile options.php : 201: $this->page = add_submenu_page(File options.php : 210: $this->page = add_menu_page(File plugin-activation.php : 647: $this->page_hook = call_user_func( 'add_{$type}_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile plugin-activation.php : 4003: add_menu_page(
  9. Deprecated functions : bloginfo bloginfo('url') was found in the file index.php. Use echo esc_url( home_url() ) instead.47: <a class='green-button' href='<?php bloginfo('url'); ?>/latest'><?php _e('View More','mythemeshop'); ?></a>
  10. Deprecated functions : get_option get_option( 'home' ) was found in the file support.php. Use home_url() instead.208: 'home_url' => get_option( 'home' ),
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in functions.php. Themes must not deregister core scripts. 36: wp_deregister_script('jquery');41: wp_deregister_script('jquery-ui');
  2. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments "View all posts in %s" in file index.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '&larr; ', Older posts, 'mythemeshop' in file archive.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Newer posts', &rarr;, 'mythemeshop' in file archive.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '&larr; ', Older posts, 'mythemeshop' in file search.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Newer posts', &rarr;, 'mythemeshop' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Disclaimer</strong>: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi at nisl lorem, vel porttitor justo. Nunc non mauris elit. Nam enim massa, commodo ut placerat sit amet, lacinia in est. Aenean tempus dapibus iaculis. Ut a ipsum libero. Vestibulum pretium mi erat, et scelerisque libero. Etiam pellentesque neque vitae nibh ultricies et tempor nulla porttitor. Ut posuere feugiat hendrerit. Integer iaculis facilisis velit, sollicitudin eleifend erat gravida id. Donec eget mi nulla. Proin et interdum dui. Praesent non metus vitae nibh volutpat dapibus vel eu ipsum. Vivamus semper condimentum hendrerit.' in file theme-options.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '&larr; ', Older posts, 'mythemeshop' in file latest.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Newer posts', &rarr;, 'mythemeshop' in file latest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rank Math SEO' in file rm-seo.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 mythemeshop, Older posts, &rarr;, nhp-opts, framework.
  4. Unwanted files : Windows thumbnail storethumbs.db was found.
  5. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file admin.css.
  6. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  7. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  8. 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.
  9. CSS files : Presence of license typeLicense: is missing from style.css header.
  10. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  11. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  12. Date and time implementation : Use of the_time()At least one hard coded date was found in the file archive.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file widget-catposts.php. Function get_option( 'date_format' ) should be used instead.
  13. Screenshot : Screenshot fileScreenshot size is 300x225px. 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. favicon presence : Favicon managementPossible Favicon found in theme-actions.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file single.php.45: <a href='https://twitter.com/share' class='twitter-share-button' data-via='<?php echPossible hard-coded links were found in the file theme-options.php.131: 'content' => __('<p>If you are facing any problem with our theme or theme option panel, head over to our <a href='http://community.mythemeshop.com'>Support Forum</a></p>', 'mythemeshop')136: 'content' => __('<p>Options Panel created using the <a href='http://leemason.github.com/NHP-Theme-Options-Framework/' target='_blank'>NH141: 'content' => __('<p>Earn 50% commision on every sale by refering your friends and readers. Join our <a href='http://mythemeshop.com/affiliate-program/'>Affiliate Program</a>.</p>', 'my167: 'sub_desc' => __('Upload a <strong>16 x 16 px</strong> image that will represent your website\'s favicon. You can refer to this link for more information on how to make it: <a href='http://www.favicon.cc/' target='blank' rel='nofollow'>http://www.favicon.cc141: 'content' => __('<p>Earn 50% commision on every sale by refering your friends and readers. Join our <a href='http://mythemeshop.com/affiliate-program/'>Affiliate Program</a>.</p>', 'my224: 'std' => 'Theme by <a href='http://mythemeshop.com/'>MyThemeShop</a>.'476: 'sub_desc' => __('Enter your favorite Google webfont name here. Browse fonts <a href='http://www.google.com/webfonts/' target='_blank'>here</a>. (This will overr490: 'sub_desc' => __('Enter your favorite Google webfont name here. Browse fonts <a href='http://www.google.com/webfonts/' target='_blank'>here</a>. (This will overr476: 'sub_desc' => __('Enter your favorite Google webfont name here. Browse fonts <a href='http://www.google.com/webfonts/' target='_blank'>here</a>. (This will overr490: 'sub_desc' => __('Enter your favorite Google webfont name here. Browse fonts <a href='http://www.google.com/webfonts/' target='_blank'>here</a>. (This will overr615: 'desc' => __('<p class='description'><div class='controls'><b>Navigation settings can now be modified from the <a href='nav-menus.php'>Menus Section</a>.</b><br></div></p>', 'mythemeshop')Possible hard-coded links were found in the file options.php.617: echo '<a href='http://mythemeshop.com' id='optionpanellogo' class='logo' target='_blank'><620: echo '<a href='http://mythemeshop.com/support' class='docsupport' target='_blank'><img src620: echo '<a href='http://mythemeshop.com/support' class='docsupport' target='_blank'><img srcPossible hard-coded links were found in the file support.php.50: sprintf( __( 'We offer technical support through our %s. Please <strong>copy and paste the following information in your ticket</strong> when contacting support:' , 'mythemeshop' ), '<a href='https://community.mythemeshop.com/forum/7-theme-support/' target='_blank'>'82: <a href='https://community.mythemeshop.com/forum/7-theme-support/' target='_blank' cPossible hard-coded links were found in the file widget-tweets.php.40: echo '<strong>'.$tweets->errors[0]->message.'!</strong><br />You\'ll need to regenerate it <a href='https://dev.twitter.com/apps' target='_blank'>here</a>!' . $after_widget;124: echo '</select></p><p>Visit <a href='https://dev.twitter.com/apps/' target='_blank'>this link</a> in a new tab, 124: echo '</select></p><p>Visit <a href='https://dev.twitter.com/apps/' target='_blank'>this link</a> in a new tab, Possible hard-coded links were found in the file rm-seo.php.59: 'theme_options_notice' => '<span style='display:block;line-height:1.8;margin-bottom:20px;padding-left:3%;margin-top:-40px;'>' . sprintf( __( '%1$s is a revolutionary SEO product that combines the features of many SEO tools. Its features give you the power of an entire SEO team with just a few clicks.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math66: 'metabox_notice_install' => sprintf( __( 'The new %1$s plugin will help you rank better in the search results.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math69: 'metabox_notice_activate' => sprintf( __( 'The %1$s plugin is installed but not activated.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math76: <span class='mts-ctad'>' . sprintf( __( 'The new %1$s plugin can make your site load faster, offers more features, and can import your current SEO settings with one click.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math760: 'title' => '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank' class='rm59: 'theme_options_notice' => '<span style='display:block;line-height:1.8;margin-bottom:20px;padding-left:3%;margin-top:-40px;'>' . sprintf( __( '%1$s is a revolutionary SEO product that combines the features of many SEO tools. Its features give you the power of an entire SEO team with just a few clicks.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math66: 'metabox_notice_install' => sprintf( __( 'The new %1$s plugin will help you rank better in the search results.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math69: 'metabox_notice_activate' => sprintf( __( 'The %1$s plugin is installed but not activated.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math76: <span class='mts-ctad'>' . sprintf( __( 'The new %1$s plugin can make your site load faster, offers more features, and can import your current SEO settings with one click.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math760: 'title' => '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank' class='rm59: 'theme_options_notice' => '<span style='display:block;line-height:1.8;margin-bottom:20px;padding-left:3%;margin-top:-40px;'>' . sprintf( __( '%1$s is a revolutionary SEO product that combines the features of many SEO tools. Its features give you the power of an entire SEO team with just a few clicks.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math66: 'metabox_notice_install' => sprintf( __( 'The new %1$s plugin will help you rank better in the search results.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math69: 'metabox_notice_activate' => sprintf( __( 'The %1$s plugin is installed but not activated.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math76: <span class='mts-ctad'>' . sprintf( __( 'The new %1$s plugin can make your site load faster, offers more features, and can import your current SEO settings with one click.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math760: 'title' => '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank' class='rm59: 'theme_options_notice' => '<span style='display:block;line-height:1.8;margin-bottom:20px;padding-left:3%;margin-top:-40px;'>' . sprintf( __( '%1$s is a revolutionary SEO product that combines the features of many SEO tools. Its features give you the power of an entire SEO team with just a few clicks.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math66: 'metabox_notice_install' => sprintf( __( 'The new %1$s plugin will help you rank better in the search results.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math69: 'metabox_notice_activate' => sprintf( __( 'The %1$s plugin is installed but not activated.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math76: <span class='mts-ctad'>' . sprintf( __( 'The new %1$s plugin can make your site load faster, offers more features, and can import your current SEO settings with one click.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math760: 'title' => '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank' class='rm59: 'theme_options_notice' => '<span style='display:block;line-height:1.8;margin-bottom:20px;padding-left:3%;margin-top:-40px;'>' . sprintf( __( '%1$s is a revolutionary SEO product that combines the features of many SEO tools. Its features give you the power of an entire SEO team with just a few clicks.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math66: 'metabox_notice_install' => sprintf( __( 'The new %1$s plugin will help you rank better in the search results.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math69: 'metabox_notice_activate' => sprintf( __( 'The %1$s plugin is installed but not activated.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math76: <span class='mts-ctad'>' . sprintf( __( 'The new %1$s plugin can make your site load faster, offers more features, and can import your current SEO settings with one click.', 'mythemeshop' ), '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math760: 'title' => '<a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank' class='rm781: <p><strong>SEO is the most consistent source of traffic for any website.</strong> We created <a href='https://s.rankmath.com/seo' rel='nofollow ugc'><strong>Rank Math, a WordPre782: <h3><a href='https://s.rankmath.com/demo' rel='nofollow ugc'>Try The Demo</a></h3>784: <p><a href='https://s.rankmath.com/suitefeatures' rel='nofollow ugc'>Features</a> | <a 796: Configuring Google Schema Markup, aka Rich Snippets, is now easy, thanks to Rank Math. With support for 13+ types of Schema Markups, aka Rich Snippets, including the Rating Schema, you’ll be able to optimize your posts in just a few clicks. It also includes the <a href='https://rankmath.com/blog/faq-schema/' rel='nofollow ugc'>FAQ Schema aka FA883: <p><strong><a href='https://rankmath.com/blog/elementor-seo/' rel='nofollow ugc'>Elementor SEO<Possible hard-coded links were found in the file welcome-message.php.25: $pointer_content .= '<p>If you face any problem, head over to <a href='http://mythemeshop.com/support'>Knowledge Base</a></p>';Possible hard-coded links were found in the file plugin-activation.php.3772: 'description' => __( 'We created <a href='https://rankmath.com/wordpress/plugin/seo-suite/' target='_blank'>Rank Math3796: 'source' => 'https://mythemeshop.com/mythemeshop-connect.zip',3806: 'info_link' => 'https://mythemeshop.com/plugins/wp-tab-widget-pro/',3817: 'info_link' => 'https://mythemeshop.com/plugins/wp-review-pro/',3828: 'info_link' => 'https://mythemeshop.com/plugins/wp-subscribe-pro/',3839: 'info_link' => 'https://mythemeshop.com/plugins/wp-quiz-pro/',3850: 'info_link' => 'https://mythemeshop.com/plugins/wp-notification-bar/',3859: 'info_link' => 'https://mythemeshop.com/plugins/wp-mega-menu/',3878: 'info_link' => 'https://mythemeshop.com/plugins/wp-quiz-pro/',4297: $author = isset( $plugin['author'] ) ? $plugin['author'] : '<a href='https://mythemeshop.com'>MyThemeShop</a>';4322: $author = isset( $info['author'] ) ? $info['author'] : '<a href='https://mythemeshop.com'>MyThemeShop</a>';4474: 'download_link' => 'https://mythemeshop.com/mythemeshop-connect.zip',4491: $data->response['mythemeshop-connect/mythemeshop-connect.php']->package = 'https://mythemeshop.com/mythemeshop-connect.zip';3796: 'source' => 'https://mythemeshop.com/mythemeshop-connect.zip',3806: 'info_link' => 'https://mythemeshop.com/plugins/wp-tab-widget-pro/',3817: 'info_link' => 'https://mythemeshop.com/plugins/wp-review-pro/',3828: 'info_link' => 'https://mythemeshop.com/plugins/wp-subscribe-pro/',3839: 'info_link' => 'https://mythemeshop.com/plugins/wp-quiz-pro/',3850: 'info_link' => 'https://mythemeshop.com/plugins/wp-notification-bar/',3859: 'info_link' => 'https://mythemeshop.com/plugins/wp-mega-menu/',3878: 'info_link' => 'https://mythemeshop.com/plugins/wp-quiz-pro/',4297: $author = isset( $plugin['author'] ) ? $plugin['author'] : '<a href='https://mythemeshop.com'>MyThemeShop</a>';4322: $author = isset( $info['author'] ) ? $info['author'] : '<a href='https://mythemeshop.com'>MyThemeShop</a>';4474: 'download_link' => 'https://mythemeshop.com/mythemeshop-connect.zip',4491: $data->response['mythemeshop-connect/mythemeshop-connect.php']->package = 'https://mythemeshop.com/mythemeshop-connect.zip';
  3. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  4. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  5. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  6. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  7. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  8. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  9. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  10. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.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. Use of includes : Use of include or requireThe theme appears to use include or require : theme-options.php 7: require_once( dirname( __FILE__ ) . '/options/options.php' );15: require_once( dirname( __FILE__ ) . '/options/support.php' );622: include('theme-presets.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 : radium-importer.php 239: require_once($class_wp_importer);252: require_once($class_wp_import);724: require_once($class_wp_importer);737: require_once($class_wp_import); 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 : init.php 14: require_once( dirname( __FILE__ ) . '/importer/radium-importer.php' ); //lo 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 : options.php 312: require_once($this->dir.'fields/'.$field['type'].'/field_'.$field['type'].'551: require_once($this->dir.'validation/'.$field['validate'].'/validation_'.$fi983: require_once($this->dir.'fields/'.$field['type'].'/field_'.$field['type'].' 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 : support.php 235: require_once( ABSPATH . 'wp-admin/includes/plugin.php' );256: include_once( ABSPATH . 'wp-admin/includes/plugin-install.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-tweets.php 29: //require_once('twitteroauth.php');31: if(!require_once('twitteroauth.php')){ echo '<strong>Couldn\'t find twitteroaut 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-actions.php 229: include_once( ABSPATH . 'wp-admin/includes/misc.php' );230: include_once( ABSPATH . 'wp-admin/includes/file.php' );231: include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );232: include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' );246: include_once( ABSPATH . 'wp-admin/includes/misc.php' );247: include_once( ABSPATH . 'wp-admin/includes/file.php' );248: include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );249: include_once( ABSPATH . 'wp-admin/includes/plugin-install.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 : plugin-activation.php 4181: include( ABSPATH . 'wp-admin/includes/plugin-install.php' );4372: include( ABSPATH . 'wp-admin/includes/plugin-install.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