0
Validation results

Storm

Storm

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEstorm.zip
  • FILE SIZE4055932 bytes
  • MD54ad59fdd6a926115947c41ec5e54eef2
  • SHA13a8e10ff46dc446a9846d9b6769f5546fd5ce229
  • LICENSEGNU GPL 3
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://www.wb-7.com/
  • VERSION1.1.5
  • AUTHOR URI
  • TAGSlight, two-columns, three-columns, responsive-layout, custom-header, custom-menu, featured-images, post-formats, rtl-language-support, translation-ready
  • CREATION DATE2019-08-22
  • LAST FILE UPDATE2019-08-22
  • LAST VALIDATION2019-08-22 09:56
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Customizer : Sanitization of Customizer settings Found a Customizer setting that did not have a sanitization callback function in file extension_customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. 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.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  3. Security breaches : Use of eval() Found eval in file extract.php. 203: eval('$current_argument = '.$text.';' );Found eval in file not-gettexted.php. 111: eval('$current_string='.$text.';');
  4. Security breaches : Modification of PHP server settings Found ini_set in file pot-ext-meta.php. 74: ini_set('display_errors', 1);Found ini_set in file po.php. 14: ini_set('auto_detect_line_endings', 1);
  5. Security breaches : Use of base64_decode() Found base64_decode in file OAuth.php. 202: $decoded_sig = base64_decode($signature);
  6. Security breaches : Use of base64_encode() Found base64_encode in file OAuth.php.
     return base64_encode(hash_hmac('sha1', $base_string, $key, true));
     return base64_encode($signature);
  7. Unwanted files : hidden file(s) or folder(s) .travis.yml .tx was found.
  8. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe width="1050" height="591" src="http://www.youtube.com/embed/'.$yt_id.'?feature=oembed"> in file core.php. 264: echo ('<iframe width='1050' height='591' src='http://www.youtube.com/embed/'.$yt_iFound <iframe width="1050" height="591" src="http://www.youtube.com/embed/'.$yt_id.'?feature=oembed"> in file single.php. 102: echo ('<iframe width='1050' height='591' src='http://www.youtube.com/embed/'.$yt_iFound <iframe width="1050" height="591" src="http://www.youtube.com/embed/'.$yt_id.'?feature=oembed"> in file module_post_two.php. 89: echo ('<iframe width='1050' height='591' src='http://www.youtube.com/embed/'.$yt_iFound <iframe width="1050" height="591" src="http://www.youtube.com/embed/'.$yt_id.'?feature=oembed"> in file module_row.php. 101: echo ('<iframe width='1050' height='591' src='http://www.youtube.com/embed/'.$yt_iFound <iframe id="player-<?php echo str_pad($bk_yt_frame_No,3,"0",STR_PAD_LEFT).$query->current_post;?>" title="YouTube video player" width="640" height="360" src="http://www.youtube.com/embed/<?php echo $bk_youtube_id[$bk_yt_frame_No];?> in file module_main_slider.php. 114: <iframe id='player-<?php echo str_pad($bk_yt_frame_No,3,'0',STR_PAD_LEFT).$Found <iframe width="1050" height="591" src="http://www.youtube.com/embed/'.$yt_id.'?feature=oembed"> in file module_post_three.php. 84: echo ('<iframe width='1050' height='591' src='http://www.youtube.com/embed/'.$yt_iFound <iframe width="1050" height="591" src="http://www.youtube.com/embed/'.$yt_id.'?feature=oembed"> in file module_post_hero.php. 103: echo ('<iframe width='1050' height='591' src='http://www.youtube.com/embed/'.$yt_iFound <iframe src="http://www.facebook.com/plugins/likebox.php?href=<?php echo urlencode($page_url); ?> in file widget_facebook.php. 59: <iframe src='http://www.facebook.com/plugins/likebox.php?href=<?php echo urFound <iframe width="1050" height="591" src="http://www.youtube.com/embed/'.$yt_id.'?feature=oembed"> in file module_post_one.php. 85: echo ('<iframe width='1050' height='591' src='http://www.youtube.com/embed/'.$yt_i
  9. Malware : Operations on file system file_get_contents was found in the file theme-option.php 856: 'content' => file_get_contents(dirname(__FILE__).'/README.md')884: 'content' => nl2br(file_get_contents(trailingslashit(dirname(__FILE__)) . 'README.html'))file_get_contents was found in the file theme-option.php 856: 'content' => file_get_contents(dirname(__FILE__).'/README.md')884: 'content' => nl2br(file_get_contents(trailingslashit(dirname(__FILE__)) . 'README.html'))fwrite was found in the file pot-ext-meta.php 28: fwrite(STDERR, 'Usage: php pot-ext-meta.php EXT POT\n');29: fwrite(STDERR, 'Adds metadata from a WordPress theme or plugin file EXT to 59: fwrite($potf, $pot);fwrite was found in the file pot-ext-meta.php 28: fwrite(STDERR, 'Usage: php pot-ext-meta.php EXT POT\n');29: fwrite(STDERR, 'Adds metadata from a WordPress theme or plugin file EXT to 59: fwrite($potf, $pot);fopen was found in the file pot-ext-meta.php 57: $potf = '-' == $pot_filename? STDOUT : fopen( $pot_filename, 'a' );fwrite was found in the file pot-ext-meta.php 28: fwrite(STDERR, 'Usage: php pot-ext-meta.php EXT POT\n');29: fwrite(STDERR, 'Adds metadata from a WordPress theme or plugin file EXT to 59: fwrite($potf, $pot);fclose was found in the file pot-ext-meta.php 60: if ('-' != $pot_filename) fclose($potf);file_get_contents was found in the file extract.php 35: $code = file_get_contents( $file_name );fwrite was found in the file not-gettexted.php 39: fwrite(STDERR, $msg.($nl? '\n' : ''));174: fwrite($potf, '\n'.PO::export_entry($entry).'\n');202: fwrite($f, $new_file);file_get_contents was found in the file not-gettexted.php 154: $tokens = token_get_all(file_get_contents($filename));197: $source = file_get_contents($filename);fopen was found in the file not-gettexted.php 159: $potf = '-' == $pot_filename? STDOUT : @fopen($pot_filename, 'a');201: $f = fopen($filename, 'w');fwrite was found in the file not-gettexted.php 39: fwrite(STDERR, $msg.($nl? '\n' : ''));174: fwrite($potf, '\n'.PO::export_entry($entry).'\n');202: fwrite($f, $new_file);fclose was found in the file not-gettexted.php 176: if ('-' != $pot_filename) fclose($potf);203: fclose($f);file_get_contents was found in the file not-gettexted.php 154: $tokens = token_get_all(file_get_contents($filename));197: $source = file_get_contents($filename);fopen was found in the file not-gettexted.php 159: $potf = '-' == $pot_filename? STDOUT : @fopen($pot_filename, 'a');201: $f = fopen($filename, 'w');fwrite was found in the file not-gettexted.php 39: fwrite(STDERR, $msg.($nl? '\n' : ''));174: fwrite($potf, '\n'.PO::export_entry($entry).'\n');202: fwrite($f, $new_file);fclose was found in the file not-gettexted.php 176: if ('-' != $pot_filename) fclose($potf);203: fclose($f);file_get_contents was found in the file makepot.php 165: if ( is_readable( $file ) && preg_match( '/\bVersion:\s*+(\S+)/i', file_get_contents( $file ), $matches ) )fopen was found in the file makepot.php 182: $extf = fopen($filename, 'r');fopen was found in the file po.php 76: $fh = fopen($filename, 'w');219: $f = fopen($filename, 'r');fwrite was found in the file po.php 79: $res = fwrite($fh, $export);fclose was found in the file po.php 81: return fclose($fh);fopen was found in the file po.php 76: $fh = fopen($filename, 'w');219: $f = fopen($filename, 'r');fopen was found in the file mo.php 31: $fh = fopen($filename, 'wb');39: $tmp_fh = fopen('php://temp', 'r+');fclose was found in the file mo.php 34: fclose($fh);fopen was found in the file mo.php 31: $fh = fopen($filename, 'wb');39: $tmp_fh = fopen('php://temp', 'r+');fwrite was found in the file mo.php 69: fwrite($fh, pack('V*', $magic, $revision, $total, $originals_lenghts_addr,74: fwrite($fh, pack('VV', 0, $current_addr));81: fwrite($fh, pack('VV', $length, $current_addr));86: fwrite($fh, pack('VV', strlen($exported_headers), $current_addr));93: fwrite($fh, pack('VV', $length, $current_addr));97: fwrite($fh, $originals_table);98: fwrite($fh, $translations_table);fwrite was found in the file mo.php 69: fwrite($fh, pack('V*', $magic, $revision, $total, $originals_lenghts_addr,74: fwrite($fh, pack('VV', 0, $current_addr));81: fwrite($fh, pack('VV', $length, $current_addr));86: fwrite($fh, pack('VV', strlen($exported_headers), $current_addr));93: fwrite($fh, pack('VV', $length, $current_addr));97: fwrite($fh, $originals_table);98: fwrite($fh, $translations_table);fwrite was found in the file mo.php 69: fwrite($fh, pack('V*', $magic, $revision, $total, $originals_lenghts_addr,74: fwrite($fh, pack('VV', 0, $current_addr));81: fwrite($fh, pack('VV', $length, $current_addr));86: fwrite($fh, pack('VV', strlen($exported_headers), $current_addr));93: fwrite($fh, pack('VV', $length, $current_addr));97: fwrite($fh, $originals_table);98: fwrite($fh, $translations_table);fwrite was found in the file mo.php 69: fwrite($fh, pack('V*', $magic, $revision, $total, $originals_lenghts_addr,74: fwrite($fh, pack('VV', 0, $current_addr));81: fwrite($fh, pack('VV', $length, $current_addr));86: fwrite($fh, pack('VV', strlen($exported_headers), $current_addr));93: fwrite($fh, pack('VV', $length, $current_addr));97: fwrite($fh, $originals_table);98: fwrite($fh, $translations_table);fwrite was found in the file mo.php 69: fwrite($fh, pack('V*', $magic, $revision, $total, $originals_lenghts_addr,74: fwrite($fh, pack('VV', 0, $current_addr));81: fwrite($fh, pack('VV', $length, $current_addr));86: fwrite($fh, pack('VV', strlen($exported_headers), $current_addr));93: fwrite($fh, pack('VV', $length, $current_addr));97: fwrite($fh, $originals_table);98: fwrite($fh, $translations_table);fwrite was found in the file mo.php 69: fwrite($fh, pack('V*', $magic, $revision, $total, $originals_lenghts_addr,74: fwrite($fh, pack('VV', 0, $current_addr));81: fwrite($fh, pack('VV', $length, $current_addr));86: fwrite($fh, pack('VV', strlen($exported_headers), $current_addr));93: fwrite($fh, pack('VV', $length, $current_addr));97: fwrite($fh, $originals_table);98: fwrite($fh, $translations_table);fwrite was found in the file mo.php 69: fwrite($fh, pack('V*', $magic, $revision, $total, $originals_lenghts_addr,74: fwrite($fh, pack('VV', 0, $current_addr));81: fwrite($fh, pack('VV', $length, $current_addr));86: fwrite($fh, pack('VV', strlen($exported_headers), $current_addr));93: fwrite($fh, pack('VV', $length, $current_addr));97: fwrite($fh, $originals_table);98: fwrite($fh, $translations_table);fopen was found in the file streams.php 109: $this->_f = fopen($filename, 'rb');fread was found in the file streams.php 113: return fread($this->_f, $bytes);fclose was found in the file streams.php 133: return fclose($this->_f);file_get_contents was found in the file streams.php 192: $this->_str = file_get_contents($filename);file_get_contents was found in the file widget_social_counter.php 147: $data = file_get_contents('http://gdata.youtube.com/feeds/api/users/'.$bk_youtube_ufile_get_contents was found in the file OAuth.php 272: file_get_contents(self::$POST_INPUT)
  10. Malware : Network operations curl_init was found in the file core.php 898: $ch = curl_init();curl_exec was found in the file core.php 904: $results = curl_exec($ch);curl_init was found in the file field_typography.php 221: $ch = curl_init();curl_exec was found in the file field_typography.php 224: $googleHTML = curl_exec($ch);curl_init was found in the file twitteroauth.php 195: $ci = curl_init();curl_exec was found in the file twitteroauth.php 221: $response = curl_exec($ci);
  11. Admin menu : Themes should use add_theme_page() for adding admin pages. File theme-option.php : 938: 'page_parent' => 'themes.php', // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#ParametersFile class-tivwp-dm.php : 111: add_plugins_page(118: add_plugins_page(File class-tivwp-dm.php : 111: add_plugins_page(118: add_plugins_page(File import_export.php : 156: add_submenu_page(File debug.php : 74: add_submenu_page(File framework.php : 1169: // wrappers and need to be appened to using add_submenu_page.1206: $this->page = add_submenu_page(1257: add_submenu_page(1281: add_submenu_page(File framework.php : 1169: // wrappers and need to be appened to using add_submenu_page.1206: $this->page = add_submenu_page(1257: add_submenu_page(1281: add_submenu_page(File framework.php : 1232: $this->page = add_menu_page(File framework.php : 1169: // wrappers and need to be appened to using add_submenu_page.1206: $this->page = add_submenu_page(1257: add_submenu_page(1281: add_submenu_page(File framework.php : 1169: // wrappers and need to be appened to using add_submenu_page.1206: $this->page = add_submenu_page(1257: add_submenu_page(1281: add_submenu_page(
  12. Deprecated functions : get_currentuserinfo get_currentuserinfo found in file widget_login.php. Deprecated since version 4.5. Use wp_get_current_user instead.44: get_currentuserinfo();
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 responsive-layout has been deprecated, it must be removed from style.css header.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Edit Menu Item' in file mega_menu.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Current theme preview' in file theme-option.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Current theme preview' in file theme-option.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' in file theme-option.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'طرق ممكنة يمكن الاطلاع على <a href="http://ace.c9.io" target="_blank">' in file theme-option.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Must call in of after the "plugins_loaded" action.' in file class-tivwp-dm-controller.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<p>', </p>, 'redux-framework-demo' in file framework.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main Menu' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top Menu' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'bkninja' in file module_masonry.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'bkninja' in file module_masonry.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'bkninja' in file module_classic_blog.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'bkninja' in file module_classic_blog.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 bkninja, rwtm, rwmb, tivwp-dm, redux-framework, redux-framework-demo, </p>.
  4. Cdn : Use of CDNFound the URL of a CDN in the code: html5shiv.googlecode.com/svn/trunk/html5.js. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme.
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  6. Unwanted files : Windows thumbnail storethumbs.db was found.
  7. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  8. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  9. 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.
  10. I18N implementation : Proper use of _e(Possible variable $category_name found in translation function in module_masonry.php. Translation function calls should not contain PHP variables. Possible variable $category_name found in translation function in module_masonry.php. Translation function calls should not contain PHP variables. Possible variable $bk_top_reviews_time found in translation function in widget_post_review.php. Translation function calls should not contain PHP variables. Possible variable $category_name found in translation function in module_classic_blog.php. Translation function calls should not contain PHP variables. Possible variable $category_name found in translation function in module_classic_blog.php. Translation function calls should not contain PHP variables.
  11. I18N implementation : Proper use of ___all(Possible variable $this found in translation function in theme-option.php. Translation function calls should not contain PHP variables. Possible variable $msg found in translation function in framework.php. Translation function calls should not contain PHP variables.
  12. 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.
  13. Date and time implementation : Use of the_time()At least one hard coded date was found in the file attachment.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file single.php. Function get_option( 'date_format' ) should be used instead.
  14. Screenshot : Screenshot fileScreenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file theme-option.php.820: 'desc' => __('طرق ممكنة يمكن الاطلاع على <a href='http://ace.c9.io' target='_blank'>').'http://ace.c9.io/</a>.',830: 'desc' => __('طرق ممكنة يمكن الاطلاع على <a href='http://ace.c9.io' target='_blank'>http://ace.c9.io/</a>.', 'bkninja'),820: 'desc' => __('طرق ممكنة يمكن الاطلاع على <a href='http://ace.c9.io' target='_blank'>').'http://ace.c9.io/</a>.',830: 'desc' => __('طرق ممكنة يمكن الاطلاع على <a href='http://ace.c9.io' target='_blank'>http://ace.c9.io/</a>.', 'bkninja'),Possible hard-coded links were found in the file class.redux-plugin.php.412: '<a href='https://github.com/ReduxFramework/redux-framework' target='_blank'>' . __( 414: '<a href='https://github.com/ReduxFramework/redux-framework/issues/' target='_blank'>413: '<a href='http://generate.reduxframework.com/' target='_blank'>' . __( 'Generator', '414: '<a href='https://github.com/ReduxFramework/redux-framework/issues/' target='_blank'>415: '<a href='http://docs.reduxframework.com/' target='_blank'>' . __( 'Documentation', 'Possible hard-coded links were found in the file tracking.php.133: $content .= '<p><strong>'.__( 'Getting Started', 'redux-framework' ).'</strong><br>'.sprintf( __( 'This panel demonstrates the many features of Redux. Before digging in, we suggest you get up to speed by reviewing %1$s.', 'redux-framework' ), '<a href='http://docs.reduxframework.com/redux-framework/getting-started/' target='_b134: $content .= '<p><strong>'.__( 'Redux Generator', 'redux-framework' ).'</strong><br>'.sprintf( __( 'Want to get a head start? Use the %1$s. It will create a customized boilerplate theme or a standalone admin folder complete with all things Redux (with the help of Underscores and TGM). Save yourself a headache and try it today.', 'redux-framework' ), '<a href='http://generate.reduxframework.com/' target='_blank'>'.__( 'Redux Generator135: $content .= '<p><strong>'.__( 'Redux Extensions', 'redux-framework' ).'</strong><br>'.sprintf( __( 'Did you know we have extensions, which greatly enhance the features of Redux? Visit our %1$s to learn more!', 'redux-framework' ), '<a href='http://reduxframework.com/extensions/' target='_blank'>'.__( 'extensions di136: $content .= '<p><strong>'.__( 'Like Redux?', 'redux-framework' ).'</strong><br>'.sprintf( __( 'If so, please %1$s and consider making a %2$s to keep development of Redux moving forward.', 'redux-framework' ), '<a target='_blank' href='http://wordpress.org/support/view/plugin-reviews/redux-framework'>'.__( 'leave us a favorable review on WordPress.org', 'redux-framework' ).'</a>', '<a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=N5AD7TPossible hard-coded links were found in the file field_textarea.php.263: 'desc' => 'Possible modes can be found at <a href='http://ace.c9.io' target='_blank'>http://ace.c9.io/</a>.',Possible hard-coded links were found in the file framework.php.458: 'msg' => '<strong>A new build of Redux is now available!</strong><br/><br/>Your version: <strong>' . self::$_version . '</strong><br/>New version: <strong><span style='color: red;'>' . $ver . '</span></strong><br/><br/><a href='https://github.com/ReduxFramework/redux-framework'>Get it now</a>&nbsp;&nbsPossible hard-coded links were found in the file widget_flickr.php.95: <p><label for='<?php echo $this->get_field_id('flickr_id'); ?>'><strong><?php _e('Flickr User ID ', 'bkninja') ?></strong>( <a href='http://www.idgettr.com' target='_blank' >idGettr</a> ):
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Use of includes : Use of include or requireThe theme appears to use include or require : translation.php 9: require_once($locale_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-option.php 78: require_once( ABSPATH .'/wp-admin/includes/file.php' );239: 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 : class-tivwp-dm-controller.php 3: require_once 'class-tivwp-dm.php';4: require_once 'class-tivwp-dm-notices.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.redux-plugin.php 146: require_once( dirname( __FILE__ ) . '/ReduxCore/framework.php' );154: require_once( dirname( __FILE__ ) . '/ReduxCore/redux-extensions/config.php159: require_once( dirname( __FILE__ ) . '/sample/sample-config.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : extension_customizer.php 497: require_once( $class_file ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sysinfo.php 52: require_once 'browser.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 : tracking.php 256: require_once( ABSPATH . 'wp-admin/includes/admin.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 : field_group.php 178: require_once( $class_file ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : field_raw.php 47: include( $this->field['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 : field_typography.php 65: require_once (ABSPATH . '/wp-admin/includes/file.php');710: 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 : field_select.php 51: require_once( $icons_file ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : field_textarea.php 319: * ['format'] string Formatting options for paginate fields. Options include ('currency','nice','niceShort','timeAgoInWords' or a valid Date() f If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : field_button_set.php 46: * ['format'] string Formatting options for paginate fields. Options include ('currency','nice','niceShort','timeAgoInWords' or a valid Date() f If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : framework.php 38: include_once(dirname(__FILE__).'/inc/class.redux_instances.php');39: include_once(dirname(__FILE__).'/inc/lib.redux_instances.php');51: include_once(dirname(__FILE__).'/inc/class.redux_helpers.php');344: include_once(self::$_dir . 'inc/debug.php');372: require_once(self::$_dir . 'inc/fields/import_export/import_export.php');567: include_once( dirname( __FILE__ ) . '/inc/tracking.php' );1387: require_once( $class_file );1684: require_once( $class_file );2076: include(ABSPATH . 'wp-includes/pluggable.php');2393: require_once( $class_file );2639: require_once( $class_file );3062: require_once 'inc/sysinfo.php';3260: require_once($class_file); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : gen.php 4: require 'makepot.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 : makepot.php 82: require_once 'not-gettexted.php';83: require_once 'pot-ext-meta.php';84: require_once 'extract/extract.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 : index.php 25: require 'makepot.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 : redux-framework.php 37: require_once( plugin_dir_path( __FILE__ ) . 'class.redux-plugin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : twitteroauth.php 10: 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.
Other checked themes