0
Validation results

فولد

فولد

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEfold.zip
  • FILE SIZE3574063 bytes
  • MD5f062232c2b623753b8e039fe40fb02e8
  • SHA13f9055ba954aecd53c2e86f6f45cd54e490ddf15
  • LICENSEGNU GPL 3
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttps://www.rtl-theme.com/fold-flat-wordpress-blog-theme/
  • VERSION1.1
  • AUTHOR URI
  • CREATION DATE2019-10-06
  • LAST FILE UPDATE2019-10-06
  • LAST VALIDATION2019-10-06 07:16
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. 129: $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) .htaccess .travis.yml .tx was found.
  8. Malware : Operations on file system file_get_contents was found in the file twitter_usr_validation.php 10: if(!@file_get_contents($url)) {file_get_contents was found in the file OAuth.php 185: file_get_contents(self::$POST_INPUT)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);
  9. Malware : Network operations curl_init was found in the file twitteroauth.php 119: $ci = curl_init();curl_exec was found in the file twitteroauth.php 145: $response = curl_exec($ci);curl_init was found in the file field_typography.php 201: $ch = curl_init();curl_exec was found in the file field_typography.php 204: $googleHTML = curl_exec($ch);
  10. Admin menu : Themes should use add_theme_page() for adding admin pages. File admin-config.php : 109: // A list of available parent menus is available at 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 : 1059: // wrappers and need to be appened to using add_submenu_page.1096: $this->page = add_submenu_page(1147: add_submenu_page(1171: add_submenu_page(File framework.php : 1059: // wrappers and need to be appened to using add_submenu_page.1096: $this->page = add_submenu_page(1147: add_submenu_page(1171: add_submenu_page(File framework.php : 1122: $this->page = add_menu_page(File framework.php : 1059: // wrappers and need to be appened to using add_submenu_page.1096: $this->page = add_submenu_page(1147: add_submenu_page(1171: add_submenu_page(File framework.php : 1059: // wrappers and need to be appened to using add_submenu_page.1096: $this->page = add_submenu_page(1147: add_submenu_page(1171: add_submenu_page(
  11. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  12. Deprecated functions : screen_icon screen_icon found in file class-tgm-plugin-activation.php. Deprecated since version 3.8.381: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );1584: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  2. Text domain : Incorrect use of translation functions.Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is %d9%81%d9%88%d9%84%d8%af.
  3. Text domain : Incorrect use of translation functions.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 install-plugin.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 install-plugin.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 install-plugin.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 install-plugin.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 install-plugin.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 install-plugin.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 install-plugin.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 install-plugin.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 install-plugin.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin activating plugin', 'Begin activating plugins' in file install-plugin.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 class-tgm-plugin-activation.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 class-tgm-plugin-activation.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 class-tgm-plugin-activation.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 class-tgm-plugin-activation.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 class-tgm-plugin-activation.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 class-tgm-plugin-activation.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 class-tgm-plugin-activation.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 class-tgm-plugin-activation.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 class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin activating plugin', 'Begin activating plugins' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s%2$s' in file twitter_widget.class.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 '%1$s at %2$s' in file functions.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 zoomarts, wpex, tgmpa, cmb, tivwp-dm, redux-framework, redux-framework-demo, </p>.
  4. Plugin territory : Plugin territory functionalitiesThe theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  5. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  6. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  7. Deprecated functions : screen_iconscreen_icon found in file class-tgm-plugin-activation.php. Deprecated since version 3.8.381: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );1584: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
  8. I18N implementation : Proper use of ___all(Possible variable $msg found in translation function in framework.php. Translation function calls should not contain PHP variables.
  9. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  10. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  11. CSS files : Presence of .alignright class.alignright css class is needed in theme css.
  12. CSS files : Presence of .aligncenter class.aligncenter css class is needed in theme css.
  13. CSS files : Presence of .wp-caption class.wp-caption css class is needed in theme css.
  14. CSS files : Presence of .wp-caption-text class.wp-caption-text css class is needed in theme css.
  15. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  16. 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.
  17. 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. favicon presence : Favicon managementPossible Favicon found in favicon-apple-icons.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 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 class.redux_functions.php.134: 'msg' => '<strong>A new build of Redux is now available!</strong><br/><br/>Your version: <strong>' . $curVer . '</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 tracking.php.133: $content .= '<p><strong>'.__( 'Getting Started', 'zoomarts' ).'</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.', 'zoomarts' ), '<a href='http://docs.reduxframework.com/redux-framework/getting-started/' target='_b134: $content .= '<p><strong>'.__( 'Redux Generator', 'zoomarts' ).'</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.', 'zoomarts' ), '<a href='http://generate.reduxframework.com/' target='_blank'>'.__( 'Redux Generator135: $content .= '<p><strong>'.__( 'Redux Extensions', 'zoomarts' ).'</strong><br>'.sprintf( __( 'Did you know we have extensions, which greatly enhance the features of Redux? Visit our %1$s to learn more!', 'zoomarts' ), '<a href='http://reduxframework.com/extensions/' target='_blank'>'.__( 'extensions di136: $content .= '<p><strong>'.__( 'Like Redux?', 'zoomarts' ).'</strong><br>'.sprintf( __( 'If so, please %1$s and consider making a %2$s to keep development of Redux moving forward.', 'zoomarts' ), '<a target='_blank' href='http://wordpress.org/support/view/plugin-reviews/redux-framework'>'.__( 'leave us a favorable review on WordPress.org', 'zoomarts' ).'</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 footer.php.62: <p><?php _e( '&copy; Copyright 2014 <a href='http://rtl-theme.com'>Rtl-Theme</a> / Powered by <a href='http://wordpress.
  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 tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  8. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  9. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  10. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  11. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  12. Use of includes : Use of include or requireThe theme appears to use include or require : ajax-load-more.php 26: require_once( $path_to_wp.'/wp-load.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-tgm-plugin-activation.php 1063: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.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 : init.php 219: @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 : meta-config.php 319: require_once 'init.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 2: 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 : twitter_widget.class.php 21: include('widget_html.php');140: include 'twitteroauth/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 : widget-twitter.php 12: include('twitter/twitter_usr_validation.php');13: require_once('twitter/controller/twitter_widget.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 : widget-flickr.php 127: include_once( ABSPATH . WPINC . '/feed.php' ); // load feed.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 507: 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 55: require_once (ABSPATH . '/wp-admin/includes/file.php');706: 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');54: include_once(dirname(__FILE__).'/inc/class.redux_functions.php');330: include_once(self::$_dir . 'inc/debug.php');352: require_once(self::$_dir . 'inc/fields/import_export/import_export.php');413: include_once( dirname( __FILE__ ) . '/inc/tracking.php' );1277: require_once( $class_file );1579: require_once( $class_file );1973: include(ABSPATH . 'wp-includes/pluggable.php');2305: require_once( $class_file );2620: require_once( $class_file );3049: require_once 'inc/sysinfo.php';3249: 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.
Other checked themes