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 Parser.php. 86: @ini_set( 'mbstring.internal_encoding', 'ascii' );170: @ini_set( 'precision', '16' );204: @ini_set( 'precision', $precision );210: @ini_set( 'mbstring.internal_encoding', $this->mb_internal_encoding );
  2. Security breaches : Use of base64_decode() Found base64_decode in file vc_section.php. 170: $output .= rawurldecode( base64_decode( porto_strip_script_tags( $top_divider_custom ) ) );206: $output .= rawurldecode( base64_decode( porto_strip_script_tags( $bottom_divider_custom ) ) );Found base64_decode in file porto-studio.php. 188: $block_content = base64_decode( $block['content'] );
  3. 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 ) . ''';
    Found base64_encode in file importer-api.php.
     'patches_files' => base64_encode( json_encode( $patches_data ) ),
    Found base64_encode in file wpb-elements.php.
     'value' => base64_encode( '' ),
     'value' => base64_encode( '' ),
  4. Malware : Operations on file system fopen was found in the file class.redux_helpers.php 646: // $fp = fopen( $file, 'r' );fread was found in the file class.redux_helpers.php 649: // $file_data = fread( $fp, 8192 );fclose was found in the file class.redux_helpers.php 652: // fclose( $fp );file_get_contents was found in the file Cache.php 135: $c = file_get_contents($fileCache);file_put_contents was found in the file Cache.php 165: file_put_contents($fileCache, $c);file_put_contents was found in the file SourceMapGenerator.php 163: if (file_put_contents($file, $content) === false) {file_get_contents was found in the file SourceMapGenerator.php 252: $content[] = file_get_contents($sourceFile);fclose was found in the file StreamLogger.php 41: fclose($this->stream);fwrite was found in the file StreamLogger.php 52: fwrite($this->stream, $prefix . $message . '\n\n');60: fwrite($this->stream, $message . '\n');fwrite was found in the file StreamLogger.php 52: fwrite($this->stream, $prefix . $message . '\n\n');60: fwrite($this->stream, $message . '\n');fopen was found in the file Compiler.php 371: $this->logger = new StreamLogger(fopen('php://stderr', 'w'), true);file_get_contents was found in the file Compiler.php 5737: $code = file_get_contents($path);file_put_contents was found in the file lessc.inc.php 176: return file_put_contents( $outFname, $out );file_get_contents was found in the file Import.php 173: $contents = new Less_Tree_Anonymous( file_get_contents( $full_path ), 0, [], true );file_put_contents was found in the file Cache.php 68: file_put_contents( $vars_file, $lessvars );110: file_put_contents( $list_file, $cache );113: file_put_contents( $output_file, $compiled );file_put_contents was found in the file Cache.php 68: file_put_contents( $vars_file, $lessvars );110: file_put_contents( $list_file, $cache );113: file_put_contents( $output_file, $compiled );file_put_contents was found in the file Cache.php 68: file_put_contents( $vars_file, $lessvars );110: file_put_contents( $list_file, $cache );113: file_put_contents( $output_file, $compiled );file_get_contents was found in the file Cache.php 268: $list = explode( '\n', file_get_contents( $list_file ) );file_get_contents was found in the file Parser.php 44: $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 150: if ( file_put_contents( $file, $content ) === false ) {file_get_contents was found in the file Generator.php 265: $content[] = file_get_contents( $sourceFile );file_get_contents was found in the file Functions.php 907: $buf = @file_get_contents( $filePath );file_get_contents was found in the file Parser.php 612: $cache = unserialize( file_get_contents( $cache_file ) );657: $this->input = file_get_contents( $file_path );file_put_contents was found in the file Parser.php 641: file_put_contents( $cache_file, serialize( $rules ) );file_get_contents was found in the file Parser.php 612: $cache = unserialize( file_get_contents( $cache_file ) );657: $this->input = file_get_contents( $file_path );fopen was found in the file parsers.php 574: $fp = $this->fopen( $file, 'r' );856: function fopen( $filename, $mode = 'r' ) {860: return fopen( $filename, $mode );fclose was found in the file parsers.php 633: $this->fclose( $fp );877: function fclose( $fp ) {881: return fclose( $fp );fopen was found in the file parsers.php 574: $fp = $this->fopen( $file, 'r' );856: function fopen( $filename, $mode = 'r' ) {860: return fopen( $filename, $mode );fopen was found in the file parsers.php 574: $fp = $this->fopen( $file, 'r' );856: function fopen( $filename, $mode = 'r' ) {860: return fopen( $filename, $mode );fclose was found in the file parsers.php 633: $this->fclose( $fp );877: function fclose( $fp ) {881: return fclose( $fp );fclose was found in the file parsers.php 633: $this->fclose( $fp );877: function fclose( $fp ) {881: return fclose( $fp );fopen was found in the file porto-parsers.php 581: $fp = $this->fopen( $file, 'r' );863: function fopen( $filename, $mode = 'r' ) {867: return fopen( $filename, $mode );fclose was found in the file porto-parsers.php 640: $this->fclose( $fp );884: function fclose( $fp ) {888: return fclose( $fp );fopen was found in the file porto-parsers.php 581: $fp = $this->fopen( $file, 'r' );863: function fopen( $filename, $mode = 'r' ) {867: return fopen( $filename, $mode );fopen was found in the file porto-parsers.php 581: $fp = $this->fopen( $file, 'r' );863: function fopen( $filename, $mode = 'r' ) {867: return fopen( $filename, $mode );fclose was found in the file porto-parsers.php 640: $this->fclose( $fp );884: function fclose( $fp ) {888: return fclose( $fp );fclose was found in the file porto-parsers.php 640: $this->fclose( $fp );884: function fclose( $fp ) {888: return fclose( $fp );
  5. Admin menu : Themes should use add_theme_page() for adding admin pages. File framework.php : 1276: // wrappers and need to be appened to using add_submenu_page.1328: 'add_submenu_page',1399: 'add_submenu_page',File framework.php : 1276: // wrappers and need to be appened to using add_submenu_page.1328: 'add_submenu_page',1399: 'add_submenu_page',File framework.php : 1366: 'add_menu_page',File framework.php : 1276: // wrappers and need to be appened to using add_submenu_page.1328: 'add_submenu_page',1399: 'add_submenu_page',File speed_optimize_wizard.php : 93: add_submenu_page( 'porto', esc_html__( 'Speed Optimize Wizard', 'porto' ), File setup_wizard.php : 1129: add_submenu_page( 'porto', esc_html__( 'Setup Wizard', 'porto' ), esc_html_File admin.php : 235: $welcome_screen = add_menu_page( 'Porto', $title, 'administrator', 'porto', array( $this, 'weFile admin.php : 236: $welcome = add_submenu_page( 'porto', __( 'Dashboard', 'porto' ), __( 'Dashboard', 'po238: $theme_options = add_submenu_page( 'porto', __( 'Theme Options', 'porto' ), __( 'Theme Optio239: $theme_options = add_submenu_page( 'porto', __( 'Advanced Options', 'porto' ), __( 'Advanced241: $theme_options = add_submenu_page( 'porto', __( 'Theme Options', 'porto' ), __( 'Theme OptioFile admin.php : 236: $welcome = add_submenu_page( 'porto', __( 'Dashboard', 'porto' ), __( 'Dashboard', 'po238: $theme_options = add_submenu_page( 'porto', __( 'Theme Options', 'porto' ), __( 'Theme Optio239: $theme_options = add_submenu_page( 'porto', __( 'Advanced Options', 'porto' ), __( 'Advanced241: $theme_options = add_submenu_page( 'porto', __( 'Theme Options', 'porto' ), __( 'Theme OptioFile admin.php : 236: $welcome = add_submenu_page( 'porto', __( 'Dashboard', 'porto' ), __( 'Dashboard', 'po238: $theme_options = add_submenu_page( 'porto', __( 'Theme Options', 'porto' ), __( 'Theme Optio239: $theme_options = add_submenu_page( 'porto', __( 'Advanced Options', 'porto' ), __( 'Advanced241: $theme_options = add_submenu_page( 'porto', __( 'Theme Options', 'porto' ), __( 'Theme OptioFile admin.php : 236: $welcome = add_submenu_page( 'porto', __( 'Dashboard', 'porto' ), __( 'Dashboard', 'po238: $theme_options = add_submenu_page( 'porto', __( 'Theme Options', 'porto' ), __( 'Theme Optio239: $theme_options = add_submenu_page( 'porto', __( 'Advanced Options', 'porto' ), __( 'Advanced241: $theme_options = add_submenu_page( 'porto', __( 'Theme Options', 'porto' ), __( 'Theme OptioFile patcher.php : 72: add_submenu_page( 'porto', __( 'Patcher', 'porto' ), $title, 'administratorFile class-tools.php : 27: add_submenu_page( 'porto', __( 'Tools', 'porto' ), __( 'Tools', 'porto' ), File class-version-control.php : 57: add_submenu_page( 'porto', __( 'Version Control', 'porto' ), __( 'Version CFile class-page-layouts.php : 184: add_submenu_page( 'porto', __( 'Page Layouts', 'porto' ), __( 'Page Layouts
  6. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was revslider.zip porto-functionality.zip porto-vc-addon.zip js_composer.zip geodirectory-porto-theme-compatibility-pack.zip.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in functions.php. Themes must not deregister core scripts. 968: //wp_deregister_script( 'isotope' );1363: // wp_deregister_script( 'dokan-chart' );1367: wp_deregister_script( 'toolset-codemirror-script' );
  2. theme tags : Presence of bad theme tagsFound wrong tag woocommerce in style.css header.Found wrong tag business in style.css header.Found wrong tag corporate 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/
    Found wrong tag block-styles in style.css header.Found wrong tag custom-logo in style.css header.Found wrong tag template-editing in style.css header.Found wrong tag wide-blocks in style.css header.
  3. theme tags : Too many subject tags
  4. Text domain : Incorrect use of translation functions.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Popup Builder</b> <span class="description">You can control the various popup like Newsletter Popup.</span> </span> <span> <span class="flex-row"> <img src="', /builder/popup.svg, '" style="margin-right: 10px;" /> <span> <a href="' in file settings.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Popup Builder</b> <span class="description">You can control the various popup like Newsletter Popup.</span> </span> <span> <span class="flex-row"> <img src="', /builder/popup.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Popup Layout</a> Popup like Newsletter, promo popup, discount popup is built with pre-made on template builder. </span> </span> </span></span>' in file settings.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Popup Builder</b> <span class="description">You can control the various popup like Newsletter Popup.</span> </span> <span> <span class="flex-row"> <img src="', /builder/popup.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Popup Layout</a> Popup like Newsletter, promo popup, discount popup is built with pre-made on template builder. </span> </span> </span></span>', 'porto' in file settings.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span> <span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span> <span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span> <span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span> <span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span> <span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Post layout</a> A single post template allows you to easily design the layout and style of posts, ensuring a design consistency throughout all your blog posts. </span> </span> <span class="flex-row"> <img src="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span> <span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Post layout</a> A single post template allows you to easily design the layout and style of posts, ensuring a design consistency throughout all your blog posts. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span> <span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Post layout</a> A single post template allows you to easily design the layout and style of posts, ensuring a design consistency throughout all your blog posts. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span> <span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Post layout</a> A single post template allows you to easily design the layout and style of posts, ensuring a design consistency throughout all your blog posts. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Archive Layout</a> An archive template allows you to easily design the layout and style of archive pages - those pages that show a list of posts (e.g. a blog’s list of recent posts), which may be filtered by terms such as authors, categories, tags, search results, etc. <br/><br/>You can also edit the post author page, search result page, date archive page, category page with Archive Builder. </span> </span> </span> </span><a class="pt-showm-options" href="#"><span>Show More Options</span><i class="fas fa-angle-down"></i></a><b>We recommend to use Template Builder to customize easily.</b>' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span> <span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Post layout</a> A single post template allows you to easily design the layout and style of posts, ensuring a design consistency throughout all your blog posts. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Archive Layout</a> An archive template allows you to easily design the layout and style of archive pages - those pages that show a list of posts (e.g. a blog’s list of recent posts), which may be filtered by terms such as authors, categories, tags, search results, etc. <br/><br/>You can also edit the post author page, search result page, date archive page, category page with Archive Builder. </span> </span> </span> </span><a class="pt-showm-options" href="#"><span>Show More Options</span><i class="fas fa-angle-down"></i></a><b>We recommend to use Template Builder to customize easily.</b>', 'porto' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Portfolio layout</a> A single portfolio template allows you to easily design the layout and style of portfolios, ensuring a design consistency throughout all your portfolios. </span> </span> <span class="flex-row"> <img src="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Portfolio layout</a> A single portfolio template allows you to easily design the layout and style of portfolios, ensuring a design consistency throughout all your portfolios. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Portfolio layout</a> A single portfolio template allows you to easily design the layout and style of portfolios, ensuring a design consistency throughout all your portfolios. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Portfolio layout</a> A single portfolio template allows you to easily design the layout and style of portfolios, ensuring a design consistency throughout all your portfolios. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Archive Layout</a> An archive template allows you to easily design the layout and style of archive pages - those pages that show a list of portfolios, which may be filtered by terms such as authors, categories, tags, search results, etc. </span> </span> </span></span><a class="pt-showm-options" href="#"><span>Show More Options</span><i class="fas fa-angle-down"></i></a><b>We recommend to use Template Builder to customize easily.</b>' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Portfolio layout</a> A single portfolio template allows you to easily design the layout and style of portfolios, ensuring a design consistency throughout all your portfolios. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Archive Layout</a> An archive template allows you to easily design the layout and style of archive pages - those pages that show a list of portfolios, which may be filtered by terms such as authors, categories, tags, search results, etc. </span> </span> </span></span><a class="pt-showm-options" href="#"><span>Show More Options</span><i class="fas fa-angle-down"></i></a><b>We recommend to use Template Builder to customize easily.</b>', 'porto' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Type</a> A Loop is a layout you can customize to display recurring dynamic content - like events, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Type</a> A Loop is a layout you can customize to display recurring dynamic content - like events, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Type</a> A Loop is a layout you can customize to display recurring dynamic content - like events, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Type</a> A Loop is a layout you can customize to display recurring dynamic content - like events, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Event layout</a> A single event template allows you to easily design the layout and style of events, ensuring a design consistency throughout all your events. </span> </span> <span class="flex-row"> <img src="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Type</a> A Loop is a layout you can customize to display recurring dynamic content - like events, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Event layout</a> A single event template allows you to easily design the layout and style of events, ensuring a design consistency throughout all your events. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Type</a> A Loop is a layout you can customize to display recurring dynamic content - like events, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Event layout</a> A single event template allows you to easily design the layout and style of events, ensuring a design consistency throughout all your events. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Type</a> A Loop is a layout you can customize to display recurring dynamic content - like events, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Event layout</a> A single event template allows you to easily design the layout and style of events, ensuring a design consistency throughout all your events. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Archive Layout</a> An archive template allows you to easily design the layout and style of archive pages - those pages that show a list of events, which may be filtered by terms such as date, categories, tags, search results, etc. </span> </span> </span></span>' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Type</a> A Loop is a layout you can customize to display recurring dynamic content - like events, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Event layout</a> A single event template allows you to easily design the layout and style of events, ensuring a design consistency throughout all your events. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Archive Layout</a> An archive template allows you to easily design the layout and style of archive pages - those pages that show a list of events, which may be filtered by terms such as date, categories, tags, search results, etc. </span> </span> </span></span>', 'porto' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Type</a> A Loop is a layout you can customize to display recurring dynamic content - like members, posts, portfolios, products, etc. </span> </span> <span class="flex-row"> <img src="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Type</a> A Loop is a layout you can customize to display recurring dynamic content - like members, posts, portfolios, products, etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Type</a> A Loop is a layout you can customize to display recurring dynamic content - like members, posts, portfolios, products, etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Type</a> A Loop is a layout you can customize to display recurring dynamic content - like members, posts, portfolios, products, etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Member layout</a> A single member template allows you to easily design the layout and style of members, ensuring a design consistency throughout all your members. </span> </span> <span class="flex-row"> <img src="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Type</a> A Loop is a layout you can customize to display recurring dynamic content - like members, posts, portfolios, products, etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Member layout</a> A single member template allows you to easily design the layout and style of members, ensuring a design consistency throughout all your members. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Type</a> A Loop is a layout you can customize to display recurring dynamic content - like members, posts, portfolios, products, etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Member layout</a> A single member template allows you to easily design the layout and style of members, ensuring a design consistency throughout all your members. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Type</a> A Loop is a layout you can customize to display recurring dynamic content - like members, posts, portfolios, products, etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Member layout</a> A single member template allows you to easily design the layout and style of members, ensuring a design consistency throughout all your members. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Archive Layout</a> An archive template allows you to easily design the layout and style of archive pages - those pages that show a list of members, which may be filtered by terms such as categories, search results, etc. </span> </span> </span></span><a class="pt-showm-options" href="#"><span>Show More Options</span><i class="fas fa-angle-down"></i></a><b>We recommend to use Template Builder to customize easily.</b>' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Type</a> A Loop is a layout you can customize to display recurring dynamic content - like members, posts, portfolios, products, etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Member layout</a> A single member template allows you to easily design the layout and style of members, ensuring a design consistency throughout all your members. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Archive Layout</a> An archive template allows you to easily design the layout and style of archive pages - those pages that show a list of members, which may be filtered by terms such as categories, search results, etc. </span> </span> </span></span><a class="pt-showm-options" href="#"><span>Show More Options</span><i class="fas fa-angle-down"></i></a><b>We recommend to use Template Builder to customize easily.</b>', 'porto' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Post layout</a> A single post template allows you to easily design the layout and style of posts, ensuring a design consistency throughout all your blog posts. </span> </span> <span class="flex-row"> <img src="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Post layout</a> A single post template allows you to easily design the layout and style of posts, ensuring a design consistency throughout all your blog posts. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Post layout</a> A single post template allows you to easily design the layout and style of posts, ensuring a design consistency throughout all your blog posts. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Post layout</a> A single post template allows you to easily design the layout and style of posts, ensuring a design consistency throughout all your blog posts. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Archive Layout</a> An archive template allows you to easily design the layout and style of archive pages - those pages that show a list of posts (e.g. a blog’s list of recent posts), which may be filtered by terms such as authors, categories, tags, search results, etc. <br/><br/>You can also edit the post author page, search result page, date archive page, category page with Archive Builder. </span> </span> </span></span>' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Post Type</b> <span class="description">You can change the blog type, blog layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Post layout</a> A single post template allows you to easily design the layout and style of posts, ensuring a design consistency throughout all your blog posts. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Post Archive Layout</a> An archive template allows you to easily design the layout and style of archive pages - those pages that show a list of posts (e.g. a blog’s list of recent posts), which may be filtered by terms such as authors, categories, tags, search results, etc. <br/><br/>You can also edit the post author page, search result page, date archive page, category page with Archive Builder. </span> </span> </span></span>', 'porto' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Portfolio layout</a> A single portfolio template allows you to easily design the layout and style of portfolios, ensuring a design consistency throughout all your portfolios. </span> </span> <span class="flex-row"> <img src="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Portfolio layout</a> A single portfolio template allows you to easily design the layout and style of portfolios, ensuring a design consistency throughout all your portfolios. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Portfolio layout</a> A single portfolio template allows you to easily design the layout and style of portfolios, ensuring a design consistency throughout all your portfolios. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Portfolio layout</a> A single portfolio template allows you to easily design the layout and style of portfolios, ensuring a design consistency throughout all your portfolios. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Archive Layout</a> An archive template allows you to easily design the layout and style of archive pages - those pages that show a list of portfolios, which may be filtered by terms such as authors, categories, tags, search results, etc. </span> </span> </span></span>' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Portfolio Type</b> <span class="description">You can change the portfolio type, portfolio layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Portfolio layout</a> A single portfolio template allows you to easily design the layout and style of portfolios, ensuring a design consistency throughout all your portfolios. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Portfolio Archive Layout</a> An archive template allows you to easily design the layout and style of archive pages - those pages that show a list of portfolios, which may be filtered by terms such as authors, categories, tags, search results, etc. </span> </span> </span></span>', 'porto' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Type</a> A Loop is a layout you can customize to display recurring dynamic content - like events, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Type</a> A Loop is a layout you can customize to display recurring dynamic content - like events, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Type</a> A Loop is a layout you can customize to display recurring dynamic content - like events, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Type</a> A Loop is a layout you can customize to display recurring dynamic content - like events, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Event layout</a> A single event template allows you to easily design the layout and style of events, ensuring a design consistency throughout all your events. </span> </span> <span class="flex-row"> <img src="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Type</a> A Loop is a layout you can customize to display recurring dynamic content - like events, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Event layout</a> A single event template allows you to easily design the layout and style of events, ensuring a design consistency throughout all your events. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Type</a> A Loop is a layout you can customize to display recurring dynamic content - like events, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Event layout</a> A single event template allows you to easily design the layout and style of events, ensuring a design consistency throughout all your events. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Type</a> A Loop is a layout you can customize to display recurring dynamic content - like events, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Event layout</a> A single event template allows you to easily design the layout and style of events, ensuring a design consistency throughout all your events. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Archive Layout</a> An archive template allows you to easily design the layout and style of archive pages - those pages that show a list of events, which may be filtered by terms such as date, categories, tags, search results, etc. </span> </span> </span></span>' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Event Type</b> <span class="description">You can change the event type, event layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Type</a> A Loop is a layout you can customize to display recurring dynamic content - like events, posts, portfolios, products and etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Event layout</a> A single event template allows you to easily design the layout and style of events, ensuring a design consistency throughout all your events. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Event Archive Layout</a> An archive template allows you to easily design the layout and style of archive pages - those pages that show a list of events, which may be filtered by terms such as date, categories, tags, search results, etc. </span> </span> </span></span>', 'porto' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Type</a> A Loop is a layout you can customize to display recurring dynamic content - like members, posts, portfolios, products, etc. </span> </span> <span class="flex-row"> <img src="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Type</a> A Loop is a layout you can customize to display recurring dynamic content - like members, posts, portfolios, products, etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Type</a> A Loop is a layout you can customize to display recurring dynamic content - like members, posts, portfolios, products, etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Type</a> A Loop is a layout you can customize to display recurring dynamic content - like members, posts, portfolios, products, etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Member layout</a> A single member template allows you to easily design the layout and style of members, ensuring a design consistency throughout all your members. </span> </span> <span class="flex-row"> <img src="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Type</a> A Loop is a layout you can customize to display recurring dynamic content - like members, posts, portfolios, products, etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Member layout</a> A single member template allows you to easily design the layout and style of members, ensuring a design consistency throughout all your members. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Type</a> A Loop is a layout you can customize to display recurring dynamic content - like members, posts, portfolios, products, etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Member layout</a> A single member template allows you to easily design the layout and style of members, ensuring a design consistency throughout all your members. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Type</a> A Loop is a layout you can customize to display recurring dynamic content - like members, posts, portfolios, products, etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Member layout</a> A single member template allows you to easily design the layout and style of members, ensuring a design consistency throughout all your members. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Archive Layout</a> An archive template allows you to easily design the layout and style of archive pages - those pages that show a list of members, which may be filtered by terms such as categories, search results, etc. </span> </span> </span></span>' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Member Type</b> <span class="description">You can change the member type, member layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Type</a> A Loop is a layout you can customize to display recurring dynamic content - like members, posts, portfolios, products, etc. </span> </span> <span class="flex-row"> <img src="', '/builder/single.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Member layout</a> A single member template allows you to easily design the layout and style of members, ensuring a design consistency throughout all your members. </span> </span> <span class="flex-row"> <img src="', '/builder/archive.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Member Archive Layout</a> An archive template allows you to easily design the layout and style of archive pages - those pages that show a list of members, which may be filtered by terms such as categories, search results, etc. </span> </span> </span></span>', 'porto' in file cpt.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Product Type</b> <span class="description">You can change the product type, product layout, shop layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="' in file woocommerce.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Product Type</b> <span class="description">You can change the product type, product layout, shop layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Product Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="' in file woocommerce.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Product Type</b> <span class="description">You can change the product type, product layout, shop layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Product Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/product.svg' in file woocommerce.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Product Type</b> <span class="description">You can change the product type, product layout, shop layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Product Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/product.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file woocommerce.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Product Type</b> <span class="description">You can change the product type, product layout, shop layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Product Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/product.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Product layout</a> A single product template allows you to easily design the layout and style of WooCommerce single product pages, and apply that template to various conditions that you assign. </span> </span> <span class="flex-row"> <img src="' in file woocommerce.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Product Type</b> <span class="description">You can change the product type, product layout, shop layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Product Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/product.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Product layout</a> A single product template allows you to easily design the layout and style of WooCommerce single product pages, and apply that template to various conditions that you assign. </span> </span> <span class="flex-row"> <img src="', '/builder/shop.svg' in file woocommerce.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Product Type</b> <span class="description">You can change the product type, product layout, shop layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Product Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/product.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Product layout</a> A single product template allows you to easily design the layout and style of WooCommerce single product pages, and apply that template to various conditions that you assign. </span> </span> <span class="flex-row"> <img src="', '/builder/shop.svg', '" style="margin-right: 10px;" /> <span> <a href="' in file woocommerce.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Product Type</b> <span class="description">You can change the product type, product layout, shop layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Product Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/product.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Product layout</a> A single product template allows you to easily design the layout and style of WooCommerce single product pages, and apply that template to various conditions that you assign. </span> </span> <span class="flex-row"> <img src="', '/builder/shop.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Product Archive Layout</a> A products archive template allows you to easily design the layout and style of your WooCommerce shop page or other product archive pages - those pages that show a list of products, which may be filtered by terms such as categories, tags, etc. </span> </span> </span></span>' in file woocommerce.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments ' <span><span style="min-width: 150px;"> <b>Product Type</b> <span class="description">You can change the product type, product layout, shop layout.</span> </span> <span> <span class="flex-row"> <img src="', /builder/loop.svg, '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Product Type</a> A Loop is a layout you can customize to display recurring dynamic content - like listings, posts, portfolios, products, , etc. </span> </span> <span class="flex-row"> <img src="', '/builder/product.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Single Product layout</a> A single product template allows you to easily design the layout and style of WooCommerce single product pages, and apply that template to various conditions that you assign. </span> </span> <span class="flex-row"> <img src="', '/builder/shop.svg', '" style="margin-right: 10px;" /> <span> <a href="', '" target="_blank">Add or Change Product Archive Layout</a> A products archive template allows you to easily design the layout and style of your WooCommerce shop page or other product archive pages - those pages that show a list of products, which may be filtered by terms such as categories, tags, etc. </span> </span> </span></span>', 'porto' in file woocommerce.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show the icon for login link, logout link.' in file woocommerce.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<span style="color: red">Sidebar with Toggle</span> and <span style="color: red">Off Canvas</span> filter require the page layout which has sidebar.<br/><span style="color: red">Horizontal filter</span> is shown with <a target="_blank" href="', >Shop Horizontal Widget</a> in Appearance > Widgets.<br/>If you use Shop Builder, filter sidebar should be shown with <span style=color: red>Filter Toggle</span> widget., 'porto' in file woocommerce.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<span style="color: red">Sidebar with Toggle</span> and <span style="color: red">Off Canvas</span> filter require the page layout which has sidebar.<br/><span style="color: red">Horizontal filter</span> is shown with <a target="_blank" href="', >Shop Horizontal Widget</a> in Appearance > Widgets.<br/>If you use Shop Builder, filter sidebar should be shown with <span style=color: red>Filter Toggle</span> widget., 'porto' in file woocommerce.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'porto' in file panel.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, yith-woocommerce-compare, redux-framework, /builder/popup.svg, /builder/loop.svg, widgets.php, >Shop Horizontal Widget</a> in Appearance > Widgets.<br/>If you use Shop Builder, filter sidebar should be shown with <span style=color: red>Filter Toggle</span> widget., wordpress-importer, tgmpa, porto-functionality.
  5. 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.653: if ( preg_match( '/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches ) ) {
  6. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  7. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  8. I18N implementation : Proper use of ___all(Possible variable $key found in translation function in speed_optimize_wizard.php. Translation function calls should not contain PHP variables. Possible variable $popup_url found in translation function in settings.php. Translation function calls should not contain PHP variables. Possible variable $type_url found in translation function in cpt.php. Translation function calls should not contain PHP variables. Possible variable $type_url found in translation function in cpt.php. Translation function calls should not contain PHP variables. Possible variable $type_url found in translation function in cpt.php. Translation function calls should not contain PHP variables. Possible variable $type_url found in translation function in cpt.php. Translation function calls should not contain PHP variables. Possible variable $type_url found in translation function in cpt.php. Translation function calls should not contain PHP variables. Possible variable $type_url found in translation function in cpt.php. Translation function calls should not contain PHP variables. Possible variable $type_url found in translation function in cpt.php. Translation function calls should not contain PHP variables. Possible variable $type_url found in translation function in cpt.php. Translation function calls should not contain PHP variables. Possible variable $type_url found in translation function in woocommerce.php. Translation function calls should not contain PHP variables. Possible variable $title found in translation function in panel.php. Translation function calls should not contain PHP variables. 37: echo '<li class='mobile-tab-item nav-item' . ( 0 == $i ? ' active' : '' ) . '' pane-id='' . $id . ''><a href='#' rel='nofollow noopener'>' . esc_html__( $title, 'porto' ) . '</a></li>' ;
  9. I18N implementation : Proper use of esc_html___all(Possible variable $title found in translation function in panel.php. Translation function calls should not contain PHP variables. 37: echo '<li class='mobile-tab-item nav-item' . ( 0 == $i ? ' active' : '' ) . '' pane-id='' . $id . ''><a href='#' rel='nofollow noopener'>' . esc_html__( $title, 'porto' ) . '</a></li>' ;
  10. 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 yit-pointers.php.72: '<h3> %s </h3> <p> %s </p> <p> %s <a href='http://yithemes.com/product-category/plugins/' target='_blank'>Yithemes.com90: '<h3> %s </h3> <p> %s </p> <p> %s <a href='http://yithemes.com/product-category/plugins/' target='_blank'>Yithemes.com72: '<h3> %s </h3> <p> %s </p> <p> %s <a href='http://yithemes.com/product-category/plugins/' target='_blank'>Yithemes.com90: '<h3> %s </h3> <p> %s </p> <p> %s <a href='http://yithemes.com/product-category/plugins/' target='_blank'>Yithemes.comPossible hard-coded links were found in the file speed_optimize_wizard.php.491: <input type='checkbox' value='true' name='google_webfont' <?php echo isset( $porto_settings['google-webfont-loader'] ) ? checked( $porto_settings['google-webfont-loader'], true, false ) : ''; ?>> <?php printf( esc_html__( 'Enable %1$sWeb Font Loader%2$s for Google Fonts', 'porto' ), '<a href='https://developers.google.com/fonts/docs/webfont_loader' target='_blank' re494: <p><?php printf( esc_html__( 'By using this option, you can increase page speed about 4 percent in %1$sGoogle PageSpeed Insights%2$s for both of mobile and desktop.', 'porto' ), '<a href='https://developers.google.com/speed/pagespeed/insights/' target='_blank' re885: <?php printf( esc_html__( 'This improves page load time as the browser caches preloaded resources so they are available immediately when needed. By using this option, you can increase page speed about 1 ~ 4 percent in %1$sGoogle PageSpeed Insights%2$s for both of mobile and desktop.', 'porto' ), '<a href='https://developers.google.com/speed/pagespeed/insights/' target='_blank' re911: <?php printf( esc_html__( 'Choosing 'Swap' for font-display will ensure text remains visible during webfont load and this will improve page speed score in %1$sGoogle PageSpeed Insights%2$s for both of mobile and desktop.', 'porto' ), '<a href='https://developers.google.com/speed/pagespeed/insights/' target='_blank'>',494: <p><?php printf( esc_html__( 'By using this option, you can increase page speed about 4 percent in %1$sGoogle PageSpeed Insights%2$s for both of mobile and desktop.', 'porto' ), '<a href='https://developers.google.com/speed/pagespeed/insights/' target='_blank' re885: <?php printf( esc_html__( 'This improves page load time as the browser caches preloaded resources so they are available immediately when needed. By using this option, you can increase page speed about 1 ~ 4 percent in %1$sGoogle PageSpeed Insights%2$s for both of mobile and desktop.', 'porto' ), '<a href='https://developers.google.com/speed/pagespeed/insights/' target='_blank' re911: <?php printf( esc_html__( 'Choosing 'Swap' for font-display will ensure text remains visible during webfont load and this will improve page speed score in %1$sGoogle PageSpeed Insights%2$s for both of mobile and desktop.', 'porto' ), '<a href='https://developers.google.com/speed/pagespeed/insights/' target='_blank'>',494: <p><?php printf( esc_html__( 'By using this option, you can increase page speed about 4 percent in %1$sGoogle PageSpeed Insights%2$s for both of mobile and desktop.', 'porto' ), '<a href='https://developers.google.com/speed/pagespeed/insights/' target='_blank' re885: <?php printf( esc_html__( 'This improves page load time as the browser caches preloaded resources so they are available immediately when needed. By using this option, you can increase page speed about 1 ~ 4 percent in %1$sGoogle PageSpeed Insights%2$s for both of mobile and desktop.', 'porto' ), '<a href='https://developers.google.com/speed/pagespeed/insights/' target='_blank' re911: <?php printf( esc_html__( 'Choosing 'Swap' for font-display will ensure text remains visible during webfont load and this will improve page speed score in %1$sGoogle PageSpeed Insights%2$s for both of mobile and desktop.', 'porto' ), '<a href='https://developers.google.com/speed/pagespeed/insights/' target='_blank'>',1019: <a href='https://gtmetrix.com/leverage-browser-caching.html' target='_blank' rel='noPossible hard-coded links were found in the file setup_wizard.php.1963: <p><?php printf( esc_html__( '%1$sHubSpot%2$s\'s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM.', 'porto' ), '<a href='https://www.hubspot.com/'>', '</a>' ); ?></p>2086: <div style='margin-top: 10px;'><?php echo sprintf( esc_html__( 'Please login to %1$ssupport site%2$s and can reset your license %3$shere%2$s from current site domain.', 'porto' ), '<a href='https://www.portotheme.com/support/'>', '</a>', '<a href='https://www.porto2304: <p><em><i class='fas fa-info-circle' style='font-size: 1.2em'></i></em> More details about item support can be found in the ThemeForest <a href='http://themeforest.net/page/item_support_policy' target='_blank' rel='noope2326: <li class='documentation'><i class='status fas fa-book'></i> <a href='http://www.portotheme.com/wordpress/porto/documentation'><?php esc_html_e( 2327: <li class='woocommerce documentation'><i class='status fas fa-book'></i> <a href='https://docs.woocommerce.com/document/woocommerce-101-video-series/'><?php 2329: <li class='rating'><i class='status fas fa-star'></i> <a href='http://themeforest.net/downloads'><?php esc_html_e( 'Leave an Item Rating',2333: <p><em><i class='fas fa-info-circle' style='font-size: 1.2em'></i></em> Please come back and <a href='http://themeforest.net/downloads' target='_blank' rel='noopener noreferrer'2329: <li class='rating'><i class='status fas fa-star'></i> <a href='http://themeforest.net/downloads'><?php esc_html_e( 'Leave an Item Rating',2333: <p><em><i class='fas fa-info-circle' style='font-size: 1.2em'></i></em> Please come back and <a href='http://themeforest.net/downloads' target='_blank' rel='noopener noreferrer'Possible hard-coded links were found in the file skin.php.282: 'desc' => sprintf( esc_html__( 'By using this option, you can increase page speed about 4 percent in %1$sGoogle PageSpeed Insights%2$s for both of mobile and desktop.', 'porto' ), '<a href='https://developers.google.com/speed/pagespeed/insights/' target='_blank' re641: 'desc' => sprintf( esc_html__( 'By using this option, you can increase page speed about 4 percent in %1$sGoogle PageSpeed Insights%2$s for both of mobile and desktop.', 'porto' ), '<a href='https://developers.google.com/speed/pagespeed/insights/' target='_blank' re282: 'desc' => sprintf( esc_html__( 'By using this option, you can increase page speed about 4 percent in %1$sGoogle PageSpeed Insights%2$s for both of mobile and desktop.', 'porto' ), '<a href='https://developers.google.com/speed/pagespeed/insights/' target='_blank' re641: 'desc' => sprintf( esc_html__( 'By using this option, you can increase page speed about 4 percent in %1$sGoogle PageSpeed Insights%2$s for both of mobile and desktop.', 'porto' ), '<a href='https://developers.google.com/speed/pagespeed/insights/' target='_blank' rePossible hard-coded links were found in the file menu.php.217: __( '<a href='https://www.portotheme.com/wordpress/porto/shop35-soft/' target='blank'>TogPossible hard-coded links were found in the file settings.php.754: 'desc' => __( 'Please input animation. Please reference <a href='http://daneden.github.io/animate.css/'>animate.css</a>. ex: fadeIn', 'porto762: 'desc' => __( 'Please input animation. Please reference <a href='http://daneden.github.io/animate.css/'>animate.css</a>. ex: fadeOut', 'port754: 'desc' => __( 'Please input animation. Please reference <a href='http://daneden.github.io/animate.css/'>animate.css</a>. ex: fadeIn', 'porto762: 'desc' => __( 'Please input animation. Please reference <a href='http://daneden.github.io/animate.css/'>animate.css</a>. ex: fadeOut', 'port788: 'subtitle' => sprintf( __( 'You can get your API Key in your %1$sOpenAI Acount%2$s. Porto uses the text-davinci-003 model.', 'porto' ), '<a href='https://platform.openai.com/account/api-keys' target='_blank'>', '</a>' ),2722: __( 'Inputs the custom mini cart icon. ex: <a href='https://www.portotheme.com/wordpress/porto/shortcodes/icons/' target='_blanPossible hard-coded links were found in the file cpt.php.1996: __( 'Please install the <a href='https://www.sliderrevolution.com/' target='_blank'>Slider Revolution</a>.',Possible hard-coded links were found in the file admin.php.130: printf( esc_html__( 'In this video, we look at creating, assigning and designing menus in %1$sPorto%2$s. This video shows you how to create megamenu too. %3$s To know in full, read this %4$s article%2$s.', 'porto' ), '<a href='https://www.portotheme.com/wordpress/porto_landing/' target='_blank'>', '</132: printf( esc_html__( 'In this video, we look at how to merge %3$sJs/Style%4$s and generate %3$sCritical CSS%4$s in %1$sPorto%2$s.', 'porto' ), '<a href='https://www.portotheme.com/wordpress/porto_landing/' target='_blank'>', '</134: printf( esc_html__( 'In this video, we look at how to optimize unused %3$s Shortcode Styles%4$s in %1$sPorto%2$s.', 'porto' ), '<a href='https://www.portotheme.com/wordpress/porto_landing/' target='_blank'>', '</137: printf( esc_html__( 'This video looks at how to create %1$s %2$s builder%3$s and how to use in %4$sPorto%3$s.', 'porto' ), '<a href='' . $this->doc_path[ $path ] . '' target='_blank'>', $path, '</a>', '<a href='https://www.portotheme.com/wordpress/porto_landing/' target='_blank'>' );130: printf( esc_html__( 'In this video, we look at creating, assigning and designing menus in %1$sPorto%2$s. This video shows you how to create megamenu too. %3$s To know in full, read this %4$s article%2$s.', 'porto' ), '<a href='https://www.portotheme.com/wordpress/porto_landing/' target='_blank'>', '</132: printf( esc_html__( 'In this video, we look at how to merge %3$sJs/Style%4$s and generate %3$sCritical CSS%4$s in %1$sPorto%2$s.', 'porto' ), '<a href='https://www.portotheme.com/wordpress/porto_landing/' target='_blank'>', '</134: printf( esc_html__( 'In this video, we look at how to optimize unused %3$s Shortcode Styles%4$s in %1$sPorto%2$s.', 'porto' ), '<a href='https://www.portotheme.com/wordpress/porto_landing/' target='_blank'>', '</137: printf( esc_html__( 'This video looks at how to create %1$s %2$s builder%3$s and how to use in %4$sPorto%3$s.', 'porto' ), '<a href='' . $this->doc_path[ $path ] . '' target='_blank'>', $path, '</a>', '<a href='https://www.portotheme.com/wordpress/porto_landing/' target='_blank'>' );130: printf( esc_html__( 'In this video, we look at creating, assigning and designing menus in %1$sPorto%2$s. This video shows you how to create megamenu too. %3$s To know in full, read this %4$s article%2$s.', 'porto' ), '<a href='https://www.portotheme.com/wordpress/porto_landing/' target='_blank'>', '</132: printf( esc_html__( 'In this video, we look at how to merge %3$sJs/Style%4$s and generate %3$sCritical CSS%4$s in %1$sPorto%2$s.', 'porto' ), '<a href='https://www.portotheme.com/wordpress/porto_landing/' target='_blank'>', '</134: printf( esc_html__( 'In this video, we look at how to optimize unused %3$s Shortcode Styles%4$s in %1$sPorto%2$s.', 'porto' ), '<a href='https://www.portotheme.com/wordpress/porto_landing/' target='_blank'>', '</137: printf( esc_html__( 'This video looks at how to create %1$s %2$s builder%3$s and how to use in %4$sPorto%3$s.', 'porto' ), '<a href='' . $this->doc_path[ $path ] . '' target='_blank'>', $path, '</a>', '<a href='https://www.portotheme.com/wordpress/porto_landing/' target='_blank'>' );173: $this->add_wp_toolbar_menu_item( $porto_parent_menu_title, false, admin_url( 'admin.php?page=porto' ), array( 'class' => 'porto-menu' ), 'porto' );174: $this->add_wp_toolbar_menu_item( __( 'Dashboard', 'porto' ), 'porto', admin_url( 'admin.php?page=porto' ), array(), 'porto-dashboard' );175: $this->add_wp_toolbar_menu_item( __( 'Page Layouts', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-page-layouts' ) );183: $this->add_wp_toolbar_menu_item( __( 'Setup Wizard', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-setup-wizard' ) );184: $this->add_wp_toolbar_menu_item( __( 'Speed Optimize Wizard', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-speed-optimize-wizard' ) );186: $this->add_wp_toolbar_menu_item( __( 'Version Control', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-version-control' ) );188: $this->add_wp_toolbar_menu_item( __( 'Tools', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-tools' ) );195: $this->add_wp_toolbar_menu_item( __( 'Patcher', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-patcher' ) );404: return new WP_Error( 'not_registerd', __( 'Please <a href='admin.php?page=porto'>register</a> Porto theme to get access to pre-built d533: <p><?php printf( esc_html__( 'Please %1$sregister%2$s Porto theme to get access to pre-built demo websites and auto updates.', 'porto' ), '<a href='admin.php?page=porto'>', '</a>' ); ?></p>568: $('.themes .theme.active .theme-screenshot').after('<div class='notice update-message notice-error notice-alt'><p>Please <a href='admin.php?page=porto' class='button-link'>verify purchase</a> to get update173: $this->add_wp_toolbar_menu_item( $porto_parent_menu_title, false, admin_url( 'admin.php?page=porto' ), array( 'class' => 'porto-menu' ), 'porto' );174: $this->add_wp_toolbar_menu_item( __( 'Dashboard', 'porto' ), 'porto', admin_url( 'admin.php?page=porto' ), array(), 'porto-dashboard' );175: $this->add_wp_toolbar_menu_item( __( 'Page Layouts', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-page-layouts' ) );183: $this->add_wp_toolbar_menu_item( __( 'Setup Wizard', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-setup-wizard' ) );184: $this->add_wp_toolbar_menu_item( __( 'Speed Optimize Wizard', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-speed-optimize-wizard' ) );186: $this->add_wp_toolbar_menu_item( __( 'Version Control', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-version-control' ) );188: $this->add_wp_toolbar_menu_item( __( 'Tools', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-tools' ) );195: $this->add_wp_toolbar_menu_item( __( 'Patcher', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-patcher' ) );404: return new WP_Error( 'not_registerd', __( 'Please <a href='admin.php?page=porto'>register</a> Porto theme to get access to pre-built d533: <p><?php printf( esc_html__( 'Please %1$sregister%2$s Porto theme to get access to pre-built demo websites and auto updates.', 'porto' ), '<a href='admin.php?page=porto'>', '</a>' ); ?></p>568: $('.themes .theme.active .theme-screenshot').after('<div class='notice update-message notice-error notice-alt'><p>Please <a href='admin.php?page=porto' class='button-link'>verify purchase</a> to get update173: $this->add_wp_toolbar_menu_item( $porto_parent_menu_title, false, admin_url( 'admin.php?page=porto' ), array( 'class' => 'porto-menu' ), 'porto' );174: $this->add_wp_toolbar_menu_item( __( 'Dashboard', 'porto' ), 'porto', admin_url( 'admin.php?page=porto' ), array(), 'porto-dashboard' );175: $this->add_wp_toolbar_menu_item( __( 'Page Layouts', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-page-layouts' ) );183: $this->add_wp_toolbar_menu_item( __( 'Setup Wizard', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-setup-wizard' ) );184: $this->add_wp_toolbar_menu_item( __( 'Speed Optimize Wizard', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-speed-optimize-wizard' ) );186: $this->add_wp_toolbar_menu_item( __( 'Version Control', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-version-control' ) );188: $this->add_wp_toolbar_menu_item( __( 'Tools', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-tools' ) );195: $this->add_wp_toolbar_menu_item( __( 'Patcher', 'porto' ), 'porto', admin_url( 'admin.php?page=porto-patcher' ) );404: return new WP_Error( 'not_registerd', __( 'Please <a href='admin.php?page=porto'>register</a> Porto theme to get access to pre-built d533: <p><?php printf( esc_html__( 'Please %1$sregister%2$s Porto theme to get access to pre-built demo websites and auto updates.', 'porto' ), '<a href='admin.php?page=porto'>', '</a>' ); ?></p>568: $('.themes .theme.active .theme-screenshot').after('<div class='notice update-message notice-error notice-alt'><p>Please <a href='admin.php?page=porto' class='button-link'>verify purchase</a> to get updatePossible hard-coded links were found in the file header-builder.php.699: <a href='https://youtu.be/pk2W281QUa8' class='button' target='_blank' rel='noopener Possible hard-coded links were found in the file welcome.php.63: <div style='margin-top: 10px;'><?php echo sprintf( esc_html__( 'Please login to %1$ssupport site%2$s and can reset your license %3$shere%2$s from current site domain.', 'porto' ), '<a href='https://www.portotheme.com/support/'>', '</a>', '<a href='https://www.porto79: <?php printf( esc_html__( 'Before you get started, please be sure to always check out %1$sthis documentation%2$s. We outline all kinds of good information, and provide you with all the details you need to use Porto.', 'porto' ), '<a href='http://www.portotheme.com/wordpress/porto/documentation' target='_blank' re83: <?php printf( esc_html__( 'If you are unable to find your answer in our documentation, we encourage you to contact us through %1$ssupport page%2$s with your site CPanel (or FTP) and WordPress admin details. We are very happy to help you and you will get reply from us more faster than you expected.', 'porto' ), '<a href='http://www.portotheme.com/support' target='_blank' rel='noopener noreferrer86: <a href='https://www.portotheme.com/wordpress/porto/documentation/changelog/' targetPossible hard-coded links were found in the file class-tgm-plugin-activation.php.2751: $action_links['register'] = '<span style='color:#666'>Please</span> <a href='admin.php?page=porto'>register</a> <span style='color:#666'>the theme</spanPossible hard-coded links were found in the file wpb-elements.php.1014: 'description' => sprintf( esc_html__( 'Section\'s width changes when scrolling page. For more infomation, read this %1$sarticle%2$s.', 'porto' ), '<a href='https://www.portotheme.com/wordpress/porto/documentation/how-to-add-scroll-1066: 'description' => sprintf( esc_html__( 'Read this %1$sarticle%2$s about particle effect.', 'porto' ), '<a href='https://www.portotheme.com/wordpress/porto/documentation/how-to-add-particl1128: 'description' => sprintf( esc_html__( 'For Hover Split, the row should have two split slide columns. For more infomation, read this %1$sarticle%2$s.', 'porto' ), '<a href='https://www.portotheme.com/wordpress/porto/documentation/how-to-use-hover-s1961: 'description' => sprintf( esc_html__( 'The Hover Split option of the parent row should be selected. For more infomation, read this %1$sarticle%2$s.', 'porto' ), '<a href='https://www.portotheme.com/wordpress/porto/documentation/how-to-use-hover-s1160: 'description' => sprintf( esc_html__( 'Section\'s background color changes when scrolling page. For more infomation, read this %1$sarticle%2$s.', 'porto' ), '<a href='https://www.portotheme.com/wordpress/porto/documentation/how-to-use-scroll-1128: 'description' => sprintf( esc_html__( 'For Hover Split, the row should have two split slide columns. For more infomation, read this %1$sarticle%2$s.', 'porto' ), '<a href='https://www.portotheme.com/wordpress/porto/documentation/how-to-use-hover-s1961: 'description' => sprintf( esc_html__( 'The Hover Split option of the parent row should be selected. For more infomation, read this %1$sarticle%2$s.', 'porto' ), '<a href='https://www.portotheme.com/wordpress/porto/documentation/how-to-use-hover-sPossible hard-coded links were found in the file woocommerce.php.54: $option['desc'] = sprintf( esc_html__( 'Choose if you want to use a link or a button for the compare actions. %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a57: $option['desc'] = sprintf( esc_html__( 'Type the text to use for the button or the link of the compare. %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a1985: $wishlist_options['add_to_wishlist']['shop_page_section_start']['desc'] = sprintf( esc_html__( 'Loop options will be visible on Shop page, category pages, product shortcodes, products sliders, and all the other places where the WooCommerce products\' loop is used.%1$s %2$s %8$s%4$sPorto%5$s%9$s offers %8$s%6$sTheme Option%7$s/Product Archives/Show Wishlist%9$s. You should use that instead of this option.%3$s', 'porto' ), '<br>', '<div class='porto-important-note yith-wishlist'>', '</div>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'>', '</a>', '<a1986: $wishlist_options['add_to_wishlist']['add_to_wishlist_icon']['desc'] = sprintf( esc_html__( 'Select an icon for the 'Add to wishlist' button (optional). %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a1987: $wishlist_options['add_to_wishlist']['added_to_wishlist_icon']['desc'] = sprintf( esc_html__( 'Select an icon for the 'Added to wishlist' button (optional). %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a54: $option['desc'] = sprintf( esc_html__( 'Choose if you want to use a link or a button for the compare actions. %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a57: $option['desc'] = sprintf( esc_html__( 'Type the text to use for the button or the link of the compare. %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a1985: $wishlist_options['add_to_wishlist']['shop_page_section_start']['desc'] = sprintf( esc_html__( 'Loop options will be visible on Shop page, category pages, product shortcodes, products sliders, and all the other places where the WooCommerce products\' loop is used.%1$s %2$s %8$s%4$sPorto%5$s%9$s offers %8$s%6$sTheme Option%7$s/Product Archives/Show Wishlist%9$s. You should use that instead of this option.%3$s', 'porto' ), '<br>', '<div class='porto-important-note yith-wishlist'>', '</div>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'>', '</a>', '<a1986: $wishlist_options['add_to_wishlist']['add_to_wishlist_icon']['desc'] = sprintf( esc_html__( 'Select an icon for the 'Add to wishlist' button (optional). %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a1987: $wishlist_options['add_to_wishlist']['added_to_wishlist_icon']['desc'] = sprintf( esc_html__( 'Select an icon for the 'Added to wishlist' button (optional). %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a54: $option['desc'] = sprintf( esc_html__( 'Choose if you want to use a link or a button for the compare actions. %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a57: $option['desc'] = sprintf( esc_html__( 'Type the text to use for the button or the link of the compare. %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a1985: $wishlist_options['add_to_wishlist']['shop_page_section_start']['desc'] = sprintf( esc_html__( 'Loop options will be visible on Shop page, category pages, product shortcodes, products sliders, and all the other places where the WooCommerce products\' loop is used.%1$s %2$s %8$s%4$sPorto%5$s%9$s offers %8$s%6$sTheme Option%7$s/Product Archives/Show Wishlist%9$s. You should use that instead of this option.%3$s', 'porto' ), '<br>', '<div class='porto-important-note yith-wishlist'>', '</div>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'>', '</a>', '<a1986: $wishlist_options['add_to_wishlist']['add_to_wishlist_icon']['desc'] = sprintf( esc_html__( 'Select an icon for the 'Add to wishlist' button (optional). %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a1987: $wishlist_options['add_to_wishlist']['added_to_wishlist_icon']['desc'] = sprintf( esc_html__( 'Select an icon for the 'Added to wishlist' button (optional). %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a54: $option['desc'] = sprintf( esc_html__( 'Choose if you want to use a link or a button for the compare actions. %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a57: $option['desc'] = sprintf( esc_html__( 'Type the text to use for the button or the link of the compare. %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a1985: $wishlist_options['add_to_wishlist']['shop_page_section_start']['desc'] = sprintf( esc_html__( 'Loop options will be visible on Shop page, category pages, product shortcodes, products sliders, and all the other places where the WooCommerce products\' loop is used.%1$s %2$s %8$s%4$sPorto%5$s%9$s offers %8$s%6$sTheme Option%7$s/Product Archives/Show Wishlist%9$s. You should use that instead of this option.%3$s', 'porto' ), '<br>', '<div class='porto-important-note yith-wishlist'>', '</div>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'>', '</a>', '<a1986: $wishlist_options['add_to_wishlist']['add_to_wishlist_icon']['desc'] = sprintf( esc_html__( 'Select an icon for the 'Add to wishlist' button (optional). %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a1987: $wishlist_options['add_to_wishlist']['added_to_wishlist_icon']['desc'] = sprintf( esc_html__( 'Select an icon for the 'Added to wishlist' button (optional). %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a54: $option['desc'] = sprintf( esc_html__( 'Choose if you want to use a link or a button for the compare actions. %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a57: $option['desc'] = sprintf( esc_html__( 'Type the text to use for the button or the link of the compare. %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a1985: $wishlist_options['add_to_wishlist']['shop_page_section_start']['desc'] = sprintf( esc_html__( 'Loop options will be visible on Shop page, category pages, product shortcodes, products sliders, and all the other places where the WooCommerce products\' loop is used.%1$s %2$s %8$s%4$sPorto%5$s%9$s offers %8$s%6$sTheme Option%7$s/Product Archives/Show Wishlist%9$s. You should use that instead of this option.%3$s', 'porto' ), '<br>', '<div class='porto-important-note yith-wishlist'>', '</div>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'>', '</a>', '<a1986: $wishlist_options['add_to_wishlist']['add_to_wishlist_icon']['desc'] = sprintf( esc_html__( 'Select an icon for the 'Add to wishlist' button (optional). %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></a1987: $wishlist_options['add_to_wishlist']['added_to_wishlist_icon']['desc'] = sprintf( esc_html__( 'Select an icon for the 'Added to wishlist' button (optional). %1$s %2$sThis option isn\'t available for %3$sPorto%4$s %5$s.', 'porto' ), '<br>', '<span class='porto-warning-notice'>', '<a href='https://www.portotheme.com/wordpress/porto/' target='_blank'><b>', '</b></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 category template file category.phpThis theme does not contain optional file category.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 date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.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 : style-editor.php 34: require_once( PORTO_LIB . '/lib/color-lib.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 146: // 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 : framework.php 1553: require_once 'core/enqueue.php';2747: require_once 'core/enqueue.php';2805: require_once 'core/panel.php';3155: require_once 'core/panel.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : theme_options.php 9: require_once( PORTO_ADMIN . '/functions.php' );37: require_once( PORTO_ADMIN . '/ReduxCore/framework.php' );39: require_once( PORTO_ADMIN . '/theme_options/settings.php' );40: 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 : speed_optimize_wizard.php 350: require_once( PORTO_ADMIN . '/theme_options/settings.php' );351: require_once( PORTO_ADMIN . '/theme_options/save_settings.php' );614: require_once( PORTO_ADMIN . '/ReduxCore/framework.php' );616: require_once( PORTO_ADMIN . '/theme_options/settings.php' );617: 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 : class-porto-demo-history.php 262: require_once( PORTO_ADMIN . '/ReduxCore/framework.php' );264: require_once( PORTO_ADMIN . '/theme_options/settings.php' );265: 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 : setup_wizard.php 1070: require_once 'class-porto-demo-history.php';2006: require_once( PORTO_ADMIN . '/ReduxCore/framework.php' );2008: require_once( PORTO_ADMIN . '/theme_options/settings.php' );2009: require_once( PORTO_ADMIN . '/theme_options/save_settings.php' );2230: require_once( PORTO_ADMIN . '/ReduxCore/framework.php' );2232: require_once( PORTO_ADMIN . '/theme_options/settings.php' );2233: require_once( PORTO_ADMIN . '/theme_options/save_settings.php' );2416: require_once( PORTO_ADMIN . '/ReduxCore/framework.php' );2418: require_once( PORTO_ADMIN . '/theme_options/settings.php' );2419: require_once( PORTO_ADMIN . '/theme_options/save_settings.php' );2815: require_once( PORTO_ADMIN . '/ReduxCore/framework.php' );2817: require_once( PORTO_ADMIN . '/theme_options/settings.php' );2818: require_once( PORTO_ADMIN . '/theme_options/save_settings.php' );3326: require_once( PORTO_ADMIN . '/ReduxCore/framework.php' );3328: require_once( PORTO_ADMIN . '/theme_options/settings.php' );3329: 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 : Parser.php 496: ($this->literal('@include', 8) && 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 885: $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 : admin.php 486: require_once( PORTO_ADMIN . '/theme_options/settings.php' );487: 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 : header-builder.php 169: include_once 'classes/simple-notice-control.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-tools.php 38: require_once( PORTO_ADMIN . '/theme_options/settings.php' );39: require_once( PORTO_ADMIN . '/theme_options/save_settings.php' ); //compile 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-version-control.php 167: 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 : importer-api.php 84: require_once( ABSPATH . '/wp-admin/includes/file.php' );199: 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 : parsers.php 82: require_once( ABSPATH . '/wp-admin/includes/file.php' );388: 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 : porto-parsers.php 85: require_once( ABSPATH . '/wp-admin/includes/file.php' );393: 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 : wordpress-importer.php 179: 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 : porto-wordpress-importer.php 220: 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 433: require_once( ABSPATH . 'wp-admin/includes/plugin.php' );440: 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 : lazy-load.php 61: require_once( PORTO_LIB . '/lib/color-lib.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-swatches.php 25: require 'classes/class-product-swatches-tab.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-studio.php 225: require_once( PORTO_ADMIN . '/ReduxCore/framework.php' );227: require_once( PORTO_FUNCTIONS . '/content_type/meta_values.php' );228: require_once( PORTO_ADMIN . '/functions.php' );229: require_once( PORTO_ADMIN . '/theme_options/settings.php' );230: 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 : class-performance.php 273: require_once( PORTO_ADMIN . '/functions.php' );275: require_once( PORTO_ADMIN . '/ReduxCore/framework.php' );277: require_once( PORTO_ADMIN . '/theme_options/settings.php' );396: 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 : layout.php 7: require_once( PORTO_FUNCTIONS . '/layout/header.php' );8: require_once( PORTO_FUNCTIONS . '/layout/breadcrumbs.php' );9: require_once( PORTO_FUNCTIONS . '/layout/page-title.php' );10: require_once( PORTO_FUNCTIONS . '/layout/footer.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : 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' ); 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-dynamic-style.php 76: require_once( PORTO_ADMIN . '/theme_options/settings.php' );77: require_once( PORTO_ADMIN . '/theme_options/save_settings.php' ); //compile148: require_once( PORTO_DIR . '/style.php' );156: require_once( PORTO_DIR . '/style-internal.php' );172: require_once( PORTO_DIR . '/style-internal.php' );304: require_once( PORTO_ADMIN . '/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 : woocommerce.php 9: 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.The theme appears to use include or require : style-internal.php 38: require_once( PORTO_LIB . '/lib/color-lib.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 : style.php 76: require_once( PORTO_LIB . '/lib/color-lib.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