0
Validation results

Porto

Porto

WordPress 6.5.2 theme
0
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Security breaches : Modification of PHP server settings Found ini_set in file save_settings.php. 13: @ini_set('max_execution_time', '10000'); 14: @ini_set('memory_limit', '256M'); 144: @ini_set('max_execution_time', '10000'); 145: @ini_set('memory_limit', '256M'); 275: @ini_set('max_execution_time', '10000'); 276: @ini_set('memory_limit', '256M'); 368: @ini_set('max_execution_time', '10000'); 369: @ini_set('memory_limit', '256M'); 475: @ini_set('max_execution_time', '10000'); 476: @ini_set('memory_limit', '256M'); Found ini_set in file Parser.php. 94: @ini_set('mbstring.internal_encoding', 'ascii'); 184: @ini_set('precision',16); 222: @ini_set('precision',$precision); 228: @ini_set('mbstring.internal_encoding', $this->mb_internal_encoding); Found ini_set in file importer.php. 339: @ini_set('max_execution_time', '10000');341: @ini_set('memory_limit', '256M');
  2. Security breaches : Use of base64_encode() Found base64_encode in file Functions.php.
     $buf = $useBase64 ? base64_encode($buf) : rawurlencode($buf);
     $returner = ''data:image/svg+xml;base64,'.base64_encode($returner).''';
  3. Unwanted files : hidden file(s) or folder(s) .easymin was found.
  4. Malware : Operations on file system fopen was found in the file panel.php 252: $fp = fopen( $file, 'r' ); fread was found in the file panel.php 255: $file_data = fread( $fp, 8192 ); fclose was found in the file panel.php 258: fclose( $fp ); file_get_contents was found in the file class.redux_sass.php 52: $ids = file_get_contents(self::$matrix_file); file_put_contents was found in the file class.redux_sass.php 59: $ret = @file_put_contents(self::$matrix_file, $ids); 166: $ret = @file_put_contents($css_file, $new_css); 206: $ret = @file_put_contents($scss_path . '/' . $filename . '.css', $new_css); file_put_contents was found in the file class.redux_sass.php 59: $ret = @file_put_contents(self::$matrix_file, $ids); 166: $ret = @file_put_contents($css_file, $new_css); 206: $ret = @file_put_contents($scss_path . '/' . $filename . '.css', $new_css); file_put_contents was found in the file class.redux_sass.php 59: $ret = @file_put_contents(self::$matrix_file, $ids); 166: $ret = @file_put_contents($css_file, $new_css); 206: $ret = @file_put_contents($scss_path . '/' . $filename . '.css', $new_css); fopen was found in the file class.redux_api.php 369: $fp = fopen( $file, 'r' ); fread was found in the file class.redux_api.php 372: $file_data = fread( $fp, $size ); fclose was found in the file class.redux_api.php 375: fclose( $fp ); fwrite was found in the file scss.inc.php 830: fwrite(STDERR, 'Line $line DEBUG: $value\n'); file_get_contents was found in the file scss.inc.php 1652: $code = file_get_contents($path); 4430: $imports = unserialize(file_get_contents($icache)); 4468: $css = $this->scss->compile(file_get_contents($in), $in); 4529: echo file_get_contents($output); file_get_contents was found in the file scss.inc.php 1652: $code = file_get_contents($path); 4430: $imports = unserialize(file_get_contents($icache)); 4468: $css = $this->scss->compile(file_get_contents($in), $in); 4529: echo file_get_contents($output); file_get_contents was found in the file scss.inc.php 1652: $code = file_get_contents($path); 4430: $imports = unserialize(file_get_contents($icache)); 4468: $css = $this->scss->compile(file_get_contents($in), $in); 4529: echo file_get_contents($output); file_put_contents was found in the file scss.inc.php 4475: file_put_contents($out, $css); 4476: file_put_contents($this->importsCacheName($out), file_put_contents was found in the file scss.inc.php 4475: file_put_contents($out, $css); 4476: file_put_contents($this->importsCacheName($out), file_get_contents was found in the file scss.inc.php 1652: $code = file_get_contents($path); 4430: $imports = unserialize(file_get_contents($icache)); 4468: $css = $this->scss->compile(file_get_contents($in), $in); 4529: echo file_get_contents($output); file_put_contents was found in the file class.redux_filesystem.php 160: $res = file_put_contents( $file, $content, $chmod ); file_get_contents was found in the file class.redux_filesystem.php 186: $res = file_get_contents( $file ); file_get_contents was found in the file extension_custom_fonts.php 580: //$payload .= file_get_contents( $output[ $main ] ); fopen was found in the file class.redux_helpers.php 376: $sysinfo['redux_data_writeable'] = self::makeBoolStr( @fopen( ReduxFramework::$_upload_dir . 'test-log.log', 'a' ) ); 634: $fp = fopen( $file, 'r' ); fopen was found in the file class.redux_helpers.php 376: $sysinfo['redux_data_writeable'] = self::makeBoolStr( @fopen( ReduxFramework::$_upload_dir . 'test-log.log', 'a' ) ); 634: $fp = fopen( $file, 'r' ); fread was found in the file class.redux_helpers.php 637: $file_data = fread( $fp, 8192 ); fclose was found in the file class.redux_helpers.php 640: fclose( $fp ); file_get_contents was found in the file Server.php 119: $metadata = unserialize(file_get_contents($metadataName)); 186: $css = $this->scss->compile(file_get_contents($in), $in); 265: echo file_get_contents($output); file_get_contents was found in the file Server.php 119: $metadata = unserialize(file_get_contents($metadataName)); 186: $css = $this->scss->compile(file_get_contents($in), $in); 265: echo file_get_contents($output); file_put_contents was found in the file Server.php 194: file_put_contents($out, $css); 195: file_put_contents( file_put_contents was found in the file Server.php 194: file_put_contents($out, $css); 195: file_put_contents( file_get_contents was found in the file Server.php 119: $metadata = unserialize(file_get_contents($metadataName)); 186: $css = $this->scss->compile(file_get_contents($in), $in); 265: echo file_get_contents($output); fwrite was found in the file Compiler.php 967: fwrite(STDERR, 'Line $line DEBUG: $value\n'); file_get_contents was found in the file Compiler.php 1961: $code = file_get_contents($path); file_put_contents was found in the file lessc.inc.php 174: return file_put_contents($outFname, $out); file_get_contents was found in the file Import.php 176: $contents = new Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true ); file_put_contents was found in the file Cache.php 75: file_put_contents($vars_file, $lessvars); 120: file_put_contents( $list_file, $cache ); 124: file_put_contents( $output_file, $compiled ); file_put_contents was found in the file Cache.php 75: file_put_contents($vars_file, $lessvars); 120: file_put_contents( $list_file, $cache ); 124: file_put_contents( $output_file, $compiled ); file_put_contents was found in the file Cache.php 75: file_put_contents($vars_file, $lessvars); 120: file_put_contents( $list_file, $cache ); 124: file_put_contents( $output_file, $compiled ); file_get_contents was found in the file Cache.php 304: $list = explode('\n',file_get_contents($list_file)); file_get_contents was found in the file Parser.php 58: $this->input = file_get_contents( $this->currentFile['filename'] ); file_get_contents was found in the file import.php 69: $contents = new Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true ); file_put_contents was found in the file Generator.php 152: if(file_put_contents($file, $content) === false){ file_get_contents was found in the file Generator.php 275: $content[] = file_get_contents($sourceFile); file_get_contents was found in the file Functions.php 923: $buf = @file_get_contents($filePath); file_get_contents was found in the file Parser.php 524: $cache = unserialize(file_get_contents($cache_file)); 591: $this->input = file_get_contents( $file_path ); file_put_contents was found in the file Parser.php 565: file_put_contents( $cache_file, serialize($rules) ); 568: file_put_contents( $cache_file, '<?php return '.self::ArgString($rules).'; 572: file_put_contents( $cache_file, '<?php return '.var_export($rules,true).'; file_put_contents was found in the file Parser.php 565: file_put_contents( $cache_file, serialize($rules) ); 568: file_put_contents( $cache_file, '<?php return '.self::ArgString($rules).'; 572: file_put_contents( $cache_file, '<?php return '.var_export($rules,true).'; file_put_contents was found in the file Parser.php 565: file_put_contents( $cache_file, serialize($rules) ); 568: file_put_contents( $cache_file, '<?php return '.self::ArgString($rules).'; 572: file_put_contents( $cache_file, '<?php return '.var_export($rules,true).'; file_get_contents was found in the file Parser.php 524: $cache = unserialize(file_get_contents($cache_file)); 591: $this->input = file_get_contents( $file_path ); file_get_contents was found in the file parsers.php 69: $success = $dom->loadXML( file_get_contents( $file ) );290: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {file_get_contents was found in the file parsers.php 69: $success = $dom->loadXML( file_get_contents( $file ) );290: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen was found in the file parsers.php 438: $fp = $this->fopen( $file, 'r' );665: function fopen( $filename, $mode = 'r' ) {668: return fopen( $filename, $mode );fclose was found in the file parsers.php 488: $this->fclose($fp);683: function fclose( $fp ) {686: return fclose( $fp );fopen was found in the file parsers.php 438: $fp = $this->fopen( $file, 'r' );665: function fopen( $filename, $mode = 'r' ) {668: return fopen( $filename, $mode );fopen was found in the file parsers.php 438: $fp = $this->fopen( $file, 'r' );665: function fopen( $filename, $mode = 'r' ) {668: return fopen( $filename, $mode );fclose was found in the file parsers.php 488: $this->fclose($fp);683: function fclose( $fp ) {686: return fclose( $fp );fclose was found in the file parsers.php 488: $this->fclose($fp);683: function fclose( $fp ) {686: return fclose( $fp );
  5. Admin menu : Themes should use add_theme_page() for adding admin pages. File framework.php : 1208: // wrappers and need to be appened to using add_submenu_page. 1258: $this->page = add_submenu_page( 1317: add_submenu_page( 1329: add_submenu_page( File framework.php : 1208: // wrappers and need to be appened to using add_submenu_page. 1258: $this->page = add_submenu_page( 1317: add_submenu_page( 1329: add_submenu_page( File framework.php : 1285: $this->page = add_menu_page( File framework.php : 1208: // wrappers and need to be appened to using add_submenu_page. 1258: $this->page = add_submenu_page( 1317: add_submenu_page( 1329: add_submenu_page( File framework.php : 1208: // wrappers and need to be appened to using add_submenu_page. 1258: $this->page = add_submenu_page( 1317: add_submenu_page( 1329: add_submenu_page( File admin.php : 96: $welcome_screen = add_menu_page( 'Porto', 'Porto', 'administrator', 'porto', array( $this, 'wFile admin.php : 98: $welcome = add_submenu_page( 'porto', __( 'Welcome', 'Porto' ), __( 'Welcome', 'Porto'99: $system_status = add_submenu_page( 'porto', __( 'System Status', 'Porto' ), __( 'System Stat100: $plugins = add_submenu_page( 'porto', __( 'Plugins', 'Porto' ), __( 'Plugins', 'Porto'101: $demos = add_submenu_page( 'porto', __( 'Install Demos', 'Porto' ), __( 'Install Dem102: $theme_options = add_submenu_page( 'porto', __( 'Theme Options', 'Porto' ), __( 'Theme OptioFile admin.php : 98: $welcome = add_submenu_page( 'porto', __( 'Welcome', 'Porto' ), __( 'Welcome', 'Porto'99: $system_status = add_submenu_page( 'porto', __( 'System Status', 'Porto' ), __( 'System Stat100: $plugins = add_submenu_page( 'porto', __( 'Plugins', 'Porto' ), __( 'Plugins', 'Porto'101: $demos = add_submenu_page( 'porto', __( 'Install Demos', 'Porto' ), __( 'Install Dem102: $theme_options = add_submenu_page( 'porto', __( 'Theme Options', 'Porto' ), __( 'Theme OptioFile admin.php : 98: $welcome = add_submenu_page( 'porto', __( 'Welcome', 'Porto' ), __( 'Welcome', 'Porto'99: $system_status = add_submenu_page( 'porto', __( 'System Status', 'Porto' ), __( 'System Stat100: $plugins = add_submenu_page( 'porto', __( 'Plugins', 'Porto' ), __( 'Plugins', 'Porto'101: $demos = add_submenu_page( 'porto', __( 'Install Demos', 'Porto' ), __( 'Install Dem102: $theme_options = add_submenu_page( 'porto', __( 'Theme Options', 'Porto' ), __( 'Theme OptioFile admin.php : 98: $welcome = add_submenu_page( 'porto', __( 'Welcome', 'Porto' ), __( 'Welcome', 'Porto'99: $system_status = add_submenu_page( 'porto', __( 'System Status', 'Porto' ), __( 'System Stat100: $plugins = add_submenu_page( 'porto', __( 'Plugins', 'Porto' ), __( 'Plugins', 'Porto'101: $demos = add_submenu_page( 'porto', __( 'Install Demos', 'Porto' ), __( 'Install Dem102: $theme_options = add_submenu_page( 'porto', __( 'Theme Options', 'Porto' ), __( 'Theme OptioFile admin.php : 98: $welcome = add_submenu_page( 'porto', __( 'Welcome', 'Porto' ), __( 'Welcome', 'Porto'99: $system_status = add_submenu_page( 'porto', __( 'System Status', 'Porto' ), __( 'System Stat100: $plugins = add_submenu_page( 'porto', __( 'Plugins', 'Porto' ), __( 'Plugins', 'Porto'101: $demos = add_submenu_page( 'porto', __( 'Install Demos', 'Porto' ), __( 'Install Dem102: $theme_options = add_submenu_page( 'porto', __( 'Theme Options', 'Porto' ), __( 'Theme Optio
  6. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : functions.php.
  7. Deprecated functions : get_option get_option('home') was found in the file layout.php. Use home_url() instead.1609: if(is_404()) $url = get_option('home'); else $url = '';2017: if(is_404()) $url = get_option('home'); else $url = '';2341: if(is_404()) $url = get_option('home'); else $url = '';3429: if(is_404()) $url = get_option('home'); else $url = '';4449: if(is_404()) $url = get_option('home'); else $url = '';5485: if(is_404()) $url = get_option('home'); else $url = '';
  8. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was revslider.zip geodirectory-porto-theme-compatibility-pack.zip porto-shortcodes.zip ultimate_vc_addons.zip porto-content-types.zip porto-widgets.zip envato-wordpress-toolkit.zip js_composer.zip.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in vc_progress_bar.php. Themes must not deregister core scripts. 42: wp_deregister_script( 'waypoints' ); Found wp_deregister_script in vc_pie.php. Themes must not deregister core scripts. 48: wp_deregister_script( 'vc_pie' ); Found wp_deregister_script in framework.php. Themes must not deregister core scripts. 518: wp_deregister_script( 'wpb_ace' ); Found wp_deregister_script in functions.php. Themes must not deregister core scripts. 375: wp_deregister_script( 'porto-plugins' );379: wp_deregister_script( 'porto-theme' );
  2. theme tags : Presence of bad theme tagsFound wrong tag woocommerce in style.css header.Found wrong tag corporate in style.css header.Found wrong tag ecommerce in style.css header.Found wrong tag responsive in style.css header.The tag blue has been deprecated, it must be removed from style.css header.The tag black has been deprecated, it must be removed from style.css header.The tag green 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 light has been deprecated, it must be removed from style.css header.The tag dark has been deprecated, it must be removed from style.css header.The tag red has been deprecated, it must be removed from style.css header.The tag fixed-layout 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.Themes that use the tag accessibility-ready will need to undergo an accessibility review.
    See https://make.wordpress.org/themes/handbook/review/accessibility/
  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 'porto' in file cart-totals-v1.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'porto' in file cart-totals-v2.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'porto' in file shipping-calculator.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'After save the changes, will be regenerate the css files (skin_', .css, skin_rtl_, '.css) in ' in file settings.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'After save the changes, will be regenerate the css files (skin_', .css, skin_rtl_, '.css) in ', 'porto' in file settings.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'After compile, will be regenerate the css files (theme_', .css, theme_rtl_, '.css, plugins_' in file settings.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'After compile, will be regenerate the css files (theme_', .css, theme_rtl_, '.css, plugins_', '.css, plugins_rtl_' in file settings.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'After compile, will be regenerate the css files (theme_', .css, theme_rtl_, '.css, plugins_', '.css, plugins_rtl_', '.css in ' in file settings.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'After compile, will be regenerate the css files (theme_', .css, theme_rtl_, '.css, plugins_', '.css, plugins_rtl_', '.css in ', 'porto' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Comments' in file general.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1 Comment' in file general.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments Off' in file general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter your password to view comments.' in file general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment on %s' in file general.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Comments' in file general.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1 Comment' in file general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use commas instead of %s to separate excluded categories.' in file woocommerce.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'billing_first_name' in file woocommerce.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'billing_last_name' in file woocommerce.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Go to Home Page' in file breadcrumbs.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 porto, js_composer, woocommerce, yith-woocommerce-wishlist, downloads_remaining, textdomain, redux-framework, .css, skin_rtl_, .css, theme_rtl_, Porto, wordpress-importer, tgmpa, porto-shortcodes, blank, wysija-newsletters.
  4. PHP short tags : Presence of PHP short tagsPHP short tags were found in file parsedown.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.838: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))
  5. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file admin_bar.css.
  6. I18N implementation : Proper use of _e(Possible variable $_POST found in translation function in woocommerce.php. Translation function calls should not contain PHP variables. Possible variable $_POST found in translation function in woocommerce.php. Translation function calls should not contain PHP variables.
  7. 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.
  8. I18N implementation : Proper use of esc_attr_e(Possible variable $_POST found in translation function in woocommerce.php. Translation function calls should not contain PHP variables. Possible variable $_POST found in translation function in woocommerce.php. Translation function calls should not contain PHP variables.
  9. Screenshot : Screenshot fileScreenshot size is 800x600px. 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. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  11. Use of includes : Use of include or requireThe theme appears to use include or require : enqueue.php 221: 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 : panel.php 237: 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 : class.redux_functions.php 91: 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.redux_sass.php 140: require( 'scssphp/scss.inc.php' ); 191: require( 'scssphp/scss.inc.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_api.php 65: require_once( $extension['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 : scss.inc.php 2816: 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 : field_select.php 57: 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_raw.php 32: require_once( $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 : class.redux_filesystem.php 78: require_once( ABSPATH . '/wp-admin/includes/template.php' ); 79: 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 : extension_custom_fonts.php 134: //require_once 'System.php'; // Wordpress core 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 : extension_customizer.php 629: 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 : class.redux_helpers.php 99: 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 : sysinfo.php 54: 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 : framework.php 35: require_once( dirname( __FILE__ ) . '/inc/class.redux_instances.php' ); 36: require_once( dirname( __FILE__ ) . '/inc/lib.redux_instances.php' ); 47: require_once( dirname( __FILE__ ) . '/inc/class.redux_api.php' ); 50: require_once( dirname( __FILE__ ) . '/inc/class.redux_helpers.php' ); 53: require_once( dirname( __FILE__ ) . '/inc/class.redux_functions.php' ); 54: require_once( dirname( __FILE__ ) . '/inc/class.p.php' ); 56: require_once( dirname( __FILE__ ) . '/inc/class.redux_filesystem.php' ); 59: require_once( dirname( __FILE__ ) . '/inc/class.redux_themecheck.php' ); 1494: require_once( $class_file ); 1569: include_once( 'core/enqueue.php' ); 1883: include( ABSPATH . 'wp-includes/pluggable.php' ); 2320: require_once( $class_file ); 2692: include_once( 'core/enqueue.php' ); 2696: include_once( 'core/panel.php' ); 2846: require_once( $class_file ); 3071: include_once( 'core/panel.php' ); 3198: 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 : theme_options.php 7: require_once( porto_admin . '/functions.php' ); 10: require_once( porto_admin . '/ReduxCore/framework.php' ); 13: require_once( porto_admin . '/theme_options/settings.php' ); 15: require_once( porto_admin . '/theme_options/save_settings.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 : save_settings.php 21: require_once( porto_admin . '/scssphp/scss.inc.php' ); 152: require_once( porto_admin . '/scssphp/scss.inc.php' ); 283: require_once( porto_admin . '/scssphp/scss.inc.php' ); 376: require_once( porto_admin . '/scssphp/scss.inc.php' ); 484: require_once( porto_admin . '/lessphp/lessc.inc.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 : Parser.php 189: if ($this->literal('@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 : Cache.php 3: require_once( dirname(__FILE__).'/Version.php'); 152: require_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 : Functions.php 902: $mime = require('mime'); 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 : Parser.php 3: require_once( dirname(__FILE__).'/Cache.php'); 537: return include($cache_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 : admin.php 107: require_once( porto_admin . '/admin_pages/welcome.php' ); 111: require_once( porto_admin . '/admin_pages/system-status.php' ); 115: require_once( porto_admin . '/admin_pages/install-demos.php' ); 119: require_once( porto_admin . '/admin_pages/porto-plugins.php' ); 244: require_once(porto_admin . '/theme_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 : admin_complete.php 3: require_once(porto_admin . '/theme_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 : importer.php 531: include(porto_plugins . '/importer/data/shortcodes_widget_data.json');627: include(porto_plugins . '/importer/data/' . $demo . '/widget_data.json');735: include(porto_plugins . '/importer/data/' . $demo . '/theme_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 : porto-wordpress-importer.php 204: require_once(ABSPATH . 'wp-admin/includes/upgrade.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 : plugins.php 245: require_once(ABSPATH . 'wp-admin/includes/plugin.php'); 250: include_once( WC()->plugin_path() . '/includes/wc-template-functions.php' ) If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : content_types.php 5: require_once(porto_content_types . '/post.php'); 7: require_once(porto_content_types . '/page.php'); 9: require_once(porto_content_types . '/product.php'); 11: require_once(porto_content_types . '/portfolio.php'); 13: require_once(porto_content_types . '/member.php'); 15: require_once(porto_content_types . '/faq.php'); 17: require_once(porto_content_types . '/block.php'); 19: require_once(porto_content_types . '/event.php'); 1141: require_once(ABSPATH . 'wp-admin/includes/upgrade.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 : layout.php 7: require_once(porto_functions . '/layout/breadcrumbs.php');11: require_once(porto_functions . '/layout/page-title.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : content_type.php 2: require_once(porto_functions . '/content_type/portfolio_like.php');3: require_once(porto_functions . '/content_type/blog_like.php');4: require_once(porto_functions . '/content_type/meta_values.php');5: require_once(porto_functions . '/content_type/meta_fields.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : woocommerce.php 6: require_once( ABSPATH . 'wp-admin/includes/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