0
Validation results

soledad

soledad

WordPress 6.5.2 theme
0
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Customizer : Sanitization of Customizer settings Found a Customizer setting that did not have a sanitization callback function in file Setting.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file class-customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. Security breaches : Use of base64_decode() Found base64_decode in file compare.php. 70: $items = unserialize( base64_decode( $items ) );147: $old_save = unserialize( base64_decode( $old_save ) );170: $current_compare_items = unserialize( base64_decode( $current_compare_items ) );Found base64_decode in file wishlist.php. 97: $save_wishlist = unserialize( base64_decode( $save_wishlist ) );169: $current_wishlist = unserialize( base64_decode( $current_wishlist ) );228: $current_wishlist = unserialize( base64_decode( $current_wishlist ) );Found base64_decode in file helper.php. 155: $font_size_arr = json_decode( base64_decode( $args['font_size'] ), true );804: $data_css = json_decode( base64_decode( $value ), true );830: $data_css = json_decode( base64_decode( $value ), true );866: $data_css = json_decode( base64_decode( $value ), true );Found base64_decode in file instagram.php. 580: $cleaned = $parts[0] . '.' . base64_decode( $parts[1] ) . '.' . base64_decode( $last_part );Found base64_decode in file dashpage.php. 57: $cleaned = $parts[0] . '.' . base64_decode( $parts[1] ) . '.' . base64_decode( $last_part );Found base64_decode in file soledad_vc.php. 587: $infeed_ads = ( isset( $infeed_code ) && $infeed_code ) ? rawurldecode( base64_decode( $infeed_code ) ) : '';Found base64_decode in file functions.php. 744: $infeed_ads = ( isset( $data_infeeds['ads_code'] ) && $data_infeeds['ads_code'] ) ? rawurldecode( base64_decode( $data_infeeds['ads_code'] ) ) : '';
  3. Security breaches : Use of base64_encode() Found base64_encode in file compare.php.
     $new_save   = base64_encode( serialize( $old_save ) );
     $this->set_cookie( $name, base64_encode( serialize( $new_save ) ) );
     $this->set_cookie( $name, base64_encode( serialize( $current_compare_items ) ) );
    Found base64_encode in file wishlist.php.
     $new_wishlist       = base64_encode( serialize( $current_wishlist ) );
     $this->set_data( $name, base64_encode( serialize( $current_wishlist ) ) );
     $new_wishlist = base64_encode( serialize( $current_wishlist ) );
    Found base64_encode in file twitter-client.php.
     $this->args['oauth_signature'] = base64_encode( hash_hmac( 'sha1', $str, $key, true ) );
    Found base64_encode in file penci-latest-posts.php.
     $ads_code = base64_encode( rawurlencode( $settings['infeedads_code'] ) );
    Found base64_encode in file posts.php.
     $ads_code = base64_encode( rawurlencode( $settings['infeedads_code'] ) );
  4. Unwanted files : hidden file(s) or folder(s) .babelrc was found.
  5. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe style="width:%s;height:%s" id="%s" class="%s" data-src="%s"> in file penci-map.php. 261: printf( '<iframe style='width:%s;height:%s' id='%s' class='%s' data-src='%s'></ifram
  6. Malware : Operations on file system file_get_contents was found in the file darkmode.php 44: echo file_get_contents( get_template_directory() . '/js/darkmode-loading.js' );file_get_contents was found in the file penci-imex.php 271: $content = file_get_contents( $_FILES['file']['tmp_name'] );
  7. Malware : Network operations curl_init was found in the file twitter-client.php 377: $ch = curl_init();curl_exec was found in the file twitter-client.php 404: $response = curl_exec( $ch );407: $response = curl_exec($ch);curl_exec was found in the file twitter-client.php 404: $response = curl_exec( $ch );407: $response = curl_exec($ch);
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File require-activation.php : 44: add_action( 'admin_menu', array( $this, 'add_submenu_page' ), 15 );75: function add_submenu_page() {78: add_submenu_page( 'soledad_dashboard_welcome', esc_html__( 'Active theme', 83: add_submenu_page( 'soledad_dashboard_welcome', esc_html__( 'Theme License',93: add_submenu_page( 'soledad_dashboard_welcome', $page_title, $menu_title, 'mFile require-activation.php : 45: //add_action('admin_menu', array($this, 'add_license_page'), 15);File require-activation.php : 44: add_action( 'admin_menu', array( $this, 'add_submenu_page' ), 15 );75: function add_submenu_page() {78: add_submenu_page( 'soledad_dashboard_welcome', esc_html__( 'Active theme', 83: add_submenu_page( 'soledad_dashboard_welcome', esc_html__( 'Theme License',93: add_submenu_page( 'soledad_dashboard_welcome', $page_title, $menu_title, 'mFile require-activation.php : 44: add_action( 'admin_menu', array( $this, 'add_submenu_page' ), 15 );75: function add_submenu_page() {78: add_submenu_page( 'soledad_dashboard_welcome', esc_html__( 'Active theme', 83: add_submenu_page( 'soledad_dashboard_welcome', esc_html__( 'Theme License',93: add_submenu_page( 'soledad_dashboard_welcome', $page_title, $menu_title, 'mFile require-activation.php : 44: add_action( 'admin_menu', array( $this, 'add_submenu_page' ), 15 );75: function add_submenu_page() {78: add_submenu_page( 'soledad_dashboard_welcome', esc_html__( 'Active theme', 83: add_submenu_page( 'soledad_dashboard_welcome', esc_html__( 'Theme License',93: add_submenu_page( 'soledad_dashboard_welcome', $page_title, $menu_title, 'mFile Factory.php : 35: 'icon_url' => '', // Icon URL. @see add_menu_page().36: 'position' => null, // Menu position. @see add_menu_page().File Factory.php : 35: 'icon_url' => '', // Icon URL. @see add_menu_page().36: 'position' => null, // Menu position. @see add_menu_page().File SettingsPage.php : 21: $this->page_hook = add_menu_page(File SettingsPage.php : 33: add_submenu_page(44: $this->page_hook = add_submenu_page(File SettingsPage.php : 33: add_submenu_page(44: $this->page_hook = add_submenu_page(File settings.php : 63: add_action( $admin_menu_hook, array( $this, 'add_settings_page' ), 90 );69: public function add_settings_page() {File settings.php : 73: $page_hook = add_submenu_page(File about.php : 68: add_menu_page(File about.php : 83: $about = add_submenu_page(File class-penci-dashboard.php : 60: add_menu_page( $wel_page_title, $wel_page_title_html, 'manage_options', 'soFile class-penci-dashboard.php : 64: add_submenu_page( 'soledad_dashboard_welcome', esc_html__( 'Custom fonts', File dashpage.php : 6: add_action( 'admin_menu', [ $this, 'add_settings_page' ], 90 );11: public function add_settings_page() {File dashpage.php : 12: add_submenu_page(File dashpage.php : 6: add_action( 'admin_menu', [ $this, 'add_settings_page' ], 90 );11: public function add_settings_page() {File dashpage.php : 12: add_submenu_page( 'soledad_dashboard_welcome', esc_html__( 'Connect TwitterFile class-tgm-plugin-activation.php : 577: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_t580: add_submenu_page( 'soledad_dashboard_welcome', esc_html__( 'Install PluginsFile class-tgm-plugin-activation.php : 577: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_t580: add_submenu_page( 'soledad_dashboard_welcome', esc_html__( 'Install Plugins
  9. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : load_next_prev_posts.php.
  10. Deprecated functions : get_bloginfo get_bloginfo('url') was found in the file class-penci-library.php. Use home_url() instead.98: <img class='elementor-nerd-box-icon' src='<?php echo get_bloginfo('url'); ?>/wp-content/plugins/elementor/assets/images/informatget_bloginfo( 'url' ) was found in the file functions.php. Use home_url() instead.5136: return get_bloginfo( 'url' );
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in woocommerce.php. Themes must not deregister core scripts. 419: wp_deregister_script( 'wc-single-product' );
  2. special URIs : Presence of bad theme tagsTheme URI and Author URI should not be the same.
  3. theme tags : Presence of bad theme tagsThe 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 fluid-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.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'total_sold' in file progress-bar.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'current_stock' in file progress-bar.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'percentage' in file progress-bar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Background Color:' in file search_box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Border Color:' in file search_box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search Input Text Color:' in file search_box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Button/Icon Text Color:' in file search_box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Button/Icon Hover Text Color:' in file search_box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Button/Icon Background Color:' in file search_box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Button/Icon Hover Background Color:' in file search_box.php.Found a translation function that has an incorrect number of arguments. Function esc_html__, with the arguments 'Invalid pinterest data for <strong>', </strong> please check the <em>user/board_id</em>, 'soledad' in file pinterest_widget.php.Found a translation function that has an incorrect number of arguments. Function esc_html_e, with the arguments 'Show ', :, 'soledad' in file social_counter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Icon Size: (Number only)' in file social_counter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Background Color:' in file social_counter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Background Hover Color:' in file social_counter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Border Color:' in file social_counter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Border Hover Color:' in file social_counter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Icon Color:' in file social_counter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Icon Hover Color:' in file social_counter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Counter Text Color:' in file social_counter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Counter Text Hover Color:' in file social_counter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Fans Text Color:' in file social_counter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Fans Text Hover Color:' in file social_counter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Follow Text Color:' in file social_counter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Follow Text Hover Color:' in file social_counter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Color:' in file advanced_categories.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hover Color:' in file advanced_categories.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Background Color:' in file advanced_categories.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Background Hover Color:' in file advanced_categories.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Borders Color:' in file advanced_categories.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Borders Hover Color (for Boxed Style):' in file advanced_categories.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The data is stored in a server located in US, and we do not share any of this information with third-party partners.' in file require-activation.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%d', '%d' in file woocommerce.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments 'Penci Product Compare need to assign the compare page. Please create a new page with <strong>[penci_compare_table]</strong> content shortcode, then go to <a href="', >this page</a> to configure., 'soledad' in file compare.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments 'You\'ve activated the YITH WooCommerce Compare plugin, please go to <a href="', >this page</a> to disable default theme Compare., 'soledad' in file compare.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments 'Penci Wishlist need to assign the wishlist page. Please create a new page with <strong>[penci_wishlist]</strong> content shortcode, then go to <a href="', >this page</a> to configure., 'soledad' in file wishlist.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments 'You\'ve activated the YITH WooCommerce Wishlist plugin, please go to <a href="', >this page</a> to disable default theme Wishlist., 'soledad' in file wishlist.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments 'You\'ve activated the YITH WooCommerce Quick View plugin, please go to <a href="', >this page</a> to disable default theme quick view., 'soledad' in file quick_view.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There is no excerpt because this is a protected post.' in file excerpt.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'soledad' in file progress.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Never know it before? <a target="_blank" href="https://www.facebook.com/help/1503421039731588">Get it here</a>.' in file admin-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can create an application and get Facebook App ID <a href="https://developers.facebook.com/docs/apps/register" target="_blank">here</a>.' in file admin-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can create an application and get Facebook App Secret <a href="https://developers.facebook.com/docs/apps/register" target="_blank">here</a>.' in file admin-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a class="pcfb_acces_token" href="#">Click here</a> to get the Facebook Access Token. Require Facebook App ID & Facebook App Secret' in file admin-options.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file desktop-bottomblock.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file desktop-mid.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file desktop-topblock.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file desktop-bottom.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file desktop-top.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'You are currently editing the template:' in file header-builder.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Preview' in file header-builder.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'You can add new and edit a header builder on <a target="_blank" href="', >this page</a>.<br>Please check <a href=https://www.youtube.com/watch?v=kUFqsVYyJig&list=PL1PBMejQ2VTwp9ppl8lTQ9Tq7I3FJTT04&index=4 target=_blank>this video tutorial</a> to know how to setup your header builder., 'soledad' in file general-config.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'You can add new and edit a Footer Template on <a target="_blank" href="', >this page</a>.<br>Please check <a href=https://www.youtube.com/watch?v=kUFqsVYyJig&list=PL1PBMejQ2VTwp9ppl8lTQ9Tq7I3FJTT04&t=809s target=_blank>this video tutorial</a> to know how to setup your footer builder., 'soledad' in file footer-config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Empty post id, Enter post Id' in file index.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Empty post id, Enter post Id' in file index.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<span style="color: #fff;">Note Important: </span>If you want to use full features of Google Map, you need to enter the Google MAP API on <a href="', target=_blank>this page</a> first., 'soledad' in file penci-map.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Select Image', 'soledad' in file penci-big-grid.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Setup ', counter data <a target=_blank href=, 'admin.php?page=penci_social_counter_settings#tab-' in file penci-social-counter.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Setup ', counter data <a target=_blank href=, '">here</a>.' in file penci-social-counter.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Choose an image from your computer:' in file class-penci-avatars.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Rating' in file class-penci-avatars.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Rating' in file class-penci-avatars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'G &#8212; Suitable for all audiences' in file class-penci-avatars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PG &#8212; Possibly offensive, usually for audiences 13 and above' in file class-penci-avatars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'R &#8212; Intended for adult audiences above 17' in file class-penci-avatars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'X &#8212; Even more mature than above' in file class-penci-avatars.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>' in file frontend.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>', 'soledad' in file frontend.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>' in file frontend.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>', 'soledad' in file frontend.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>' in file frontend.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>', 'soledad' in file frontend.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>' in file frontend.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>', 'soledad' in file frontend.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>' in file frontend.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>', 'soledad' in file frontend.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>' in file frontend.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>', 'soledad' in file frontend.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>' in file frontend.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>', 'soledad' in file frontend.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author' in file register.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Date' in file register.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Min Read' in file register.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments' in file register.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Count Views' in file register.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Default Customizer Settings' in file meta-box.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Default Customizer Settings' in file meta-box.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Default Customizer Settings' in file meta-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No image selected' in file fields.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Select' in file fields.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Remove' in file fields.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Default Customizer Settings' in file page.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Default Customizer Settings' in file page.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'You can add new a Penci Block on <a target="_blank" href="', >this page</a>, 'soledad' in file penci-menu-callback.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>' in file title.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>', 'soledad' in file title.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>' in file title.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>', 'soledad' in file title.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>' in file title.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>', 'soledad' in file title.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>' in file title.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>', 'soledad' in file title.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>' in file title.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>', 'soledad' in file title.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>' in file title.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>', 'soledad' in file title.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>' in file title.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<', class=page-title>%s</, '>', 'soledad' in file title.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'You can add new and edit a header builder on <a target="_blank" href="', >this page</a>.<br>Please check <a href=https://www.youtube.com/watch?v=kUFqsVYyJig&list=PL1PBMejQ2VTwp9ppl8lTQ9Tq7I3FJTT04&index=4 target=_blank>this video tutorial</a> to know how to setup your header builder., 'soledad' in file logo_header.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'You can add new and edit a Footer Template on <a target="_blank" href="', >this page</a>.<br>Please check <a href=https://www.youtube.com/watch?v=kUFqsVYyJig&list=PL1PBMejQ2VTwp9ppl8lTQ9Tq7I3FJTT04&t=809s target=_blank>this video tutorial</a> to know how to setup your footer builder., 'soledad' in file footer.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Text: "', , 'soledad' in file pencidesign_new_section_transition_lang_section.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'You can add new or edit a Penci Block on <a target="_blank" href="', >this page</a>, 'soledad' in file penci_popup_section_display_section.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Custom Color for H', Tag Inside Post Content, 'soledad' in file penci_section_spost_colors_section.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'You can select a custom template for each category by go to Dashboard > Posts > and edit Category you want to change the template. You can add new and edit a category template on <a target="_blank" href="', >this page</a>, 'soledad' in file pencidesign_general_archive_page_section.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'You can add new and edit a tag template on <a target="_blank" href="', >this page</a>, 'soledad' in file pencidesign_general_archive_page_section.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'You can add new and edit a author template on <a target="_blank" href="', >this page</a>, 'soledad' in file pencidesign_general_archive_page_section.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'You can add new and edit a day/times archive template on <a target="_blank" href="', >this page</a>, 'soledad' in file pencidesign_general_archive_page_section.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'You can add new and edit a search result template on <a target="_blank" href="', >this page</a>, 'soledad' in file pencidesign_general_archive_page_section.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'None' in file penci_section_spost_cptype_builder_section.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'This option will override the pre-build Single ', Template. You can add new and edit a builder template on <a target=_blank href=, '/edit.php?post_type=custom-post-template' in file penci_section_spost_cptype_builder_section.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'This option will override the pre-build Single ', Template. You can add new and edit a builder template on <a target=_blank href=, '">this page</a>.' in file penci_section_spost_cptype_builder_section.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'This option will override the pre-build Single ', Template. You can add new and edit a builder template on <a target=_blank href=, '">this page</a>.', 'soledad' in file penci_section_spost_cptype_builder_section.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Custom Single ', Template, 'soledad' in file penci_section_spost_cptype_builder_section.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'None' in file penci_section_spost_general_section.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Will override the pre-build single posts template above. You can add new and edit a single post template on <a target="_blank" href="', >this page</a>, 'soledad' in file penci_section_spost_general_section.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'soledad' in file penci_section_spost_fontsize_section.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Font Size for H', inside Post Content, 'soledad' in file penci_section_spost_fontsize_section.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Export' in file penci-imex.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View your shopping cart' in file cart-icon.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%d', '%d' in file cart-icon.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments in file vertical-menu-shop.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 soledad, woocommerce, penci, </strong> please check the <em>user/board_id</em>, :, tgmpa, mb-settings-page, meta-box, falcon, twentyseventeen, >this page</a> to configure., >this page</a> to disable default theme Compare., >this page</a> to disable default theme Wishlist., >this page</a> to disable default theme quick view., textdomain, /edit.php?post_type=penci_builder, >this page</a>.<br>Please check <a href=https://www.youtube.com/watch?v=kUFqsVYyJig&list=PL1PBMejQ2VTwp9ppl8lTQ9Tq7I3FJTT04&index=4 target=_blank>this video tutorial</a> to know how to setup your header builder., /edit.php?post_type=penci-block, >this page</a>.<br>Please check <a href=https://www.youtube.com/watch?v=kUFqsVYyJig&list=PL1PBMejQ2VTwp9ppl8lTQ9Tq7I3FJTT04&t=809s target=_blank>this video tutorial</a> to know how to setup your footer builder., target=_blank>this page</a> first., elementor, penci-framework, elementor-pro, label, counter data <a target=_blank href=, penci-avatar, js_composer, pennews, class=page-title>%s</, ultimate_vc, smile, edit.php?post_type=penci-block, >this page</a>, solead, , Tag Inside Post Content, /edit.php?post_type=archive-template, Template. You can add new and edit a builder template on <a target=_blank href=, Template, https://openweathermap.org/appid#get, target=_blank>, /edit.php?post_type=custom-post-template, inside Post Content, bbpress, pencidesign.
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  6. PHP short tags : Presence of PHP short tagsPHP short tags were found in file SettingsPage.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.70: <div class='<?= esc_attr( $class ) ?>'>71: <h1><?= esc_html( get_admin_page_title() ) ?></h1>84: <div id='post-body' class='metabox-holder columns-<?= intval( $this->columns ); ?>'>PHP short tags were found in file twitter-client.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.310: if( 0 === strpos($body, '<?') ){
  7. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file main.min.css.
  8. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  9. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  10. I18N implementation : Proper use of _e(Possible variable $args found in translation function in progress-bar.php. Translation function calls should not contain PHP variables. Possible variable $args found in translation function in progress-bar.php. Translation function calls should not contain PHP variables. Possible variable $args found in translation function in progress-bar.php. Translation function calls should not contain PHP variables. Possible variable $name found in translation function in social_counter.php. Translation function calls should not contain PHP variables. Possible variable $section_link found in translation function in compare.php. Translation function calls should not contain PHP variables. Possible variable $section_link found in translation function in compare.php. Translation function calls should not contain PHP variables. Possible variable $section_link found in translation function in wishlist.php. Translation function calls should not contain PHP variables. Possible variable $section_link found in translation function in wishlist.php. Translation function calls should not contain PHP variables. Possible variable $section_link found in translation function in quick_view.php. Translation function calls should not contain PHP variables. Possible variable $content_width found in translation function in desktop-bottomblock.php. Translation function calls should not contain PHP variables. Possible variable $content_width found in translation function in desktop-mid.php. Translation function calls should not contain PHP variables. Possible variable $content_width found in translation function in desktop-topblock.php. Translation function calls should not contain PHP variables. Possible variable $content_width found in translation function in desktop-bottom.php. Translation function calls should not contain PHP variables. Possible variable $content_width found in translation function in desktop-top.php. Translation function calls should not contain PHP variables. Possible variable $menu_title found in translation function in vertical-menu-shop.php. Translation function calls should not contain PHP variables.
  11. I18N implementation : Proper use of ___all(Possible variable $username found in translation function in pinterest_widget.php. Translation function calls should not contain PHP variables. Possible variable $parent_version found in translation function in welcome.php. Translation function calls should not contain PHP variables. 24: echo '<span style='display: block; font-size: 22px; font-weight: 500; margin-top: 10px;'>' . esc_html__( sprintf( __( 'Inherit from %1$s Parent Theme - Version %2$s', 'soledad'Possible variable $theme_data found in translation function in welcome.php. Translation function calls should not contain PHP variables. Possible variable $toc_title found in translation function in progress.php. Translation function calls should not contain PHP variables. Possible variable $row found in translation function in header-sticky.php. Translation function calls should not contain PHP variables. Possible variable $google_map_api_link found in translation function in penci-map.php. Translation function calls should not contain PHP variables. Possible variable $pmeta found in translation function in penci-social-counter.php. Translation function calls should not contain PHP variables. Possible variable $heading_tag found in translation function in frontend.php. Translation function calls should not contain PHP variables. Possible variable $heading_tag found in translation function in frontend.php. Translation function calls should not contain PHP variables. Possible variable $heading_tag found in translation function in frontend.php. Translation function calls should not contain PHP variables. Possible variable $heading_tag found in translation function in frontend.php. Translation function calls should not contain PHP variables. Possible variable $heading_tag found in translation function in frontend.php. Translation function calls should not contain PHP variables. Possible variable $heading_tag found in translation function in frontend.php. Translation function calls should not contain PHP variables. Possible variable $heading_tag found in translation function in frontend.php. Translation function calls should not contain PHP variables. Possible variable $heading_tag found in translation function in title.php. Translation function calls should not contain PHP variables. Possible variable $heading_tag found in translation function in title.php. Translation function calls should not contain PHP variables. Possible variable $heading_tag found in translation function in title.php. Translation function calls should not contain PHP variables. Possible variable $heading_tag found in translation function in title.php. Translation function calls should not contain PHP variables. Possible variable $heading_tag found in translation function in title.php. Translation function calls should not contain PHP variables. Possible variable $heading_tag found in translation function in title.php. Translation function calls should not contain PHP variables. Possible variable $heading_tag found in translation function in title.php. Translation function calls should not contain PHP variables. Possible variable $login_register_label found in translation function in pencidesign_new_section_transition_lang_section.php. Translation function calls should not contain PHP variables. Possible variable $pheading found in translation function in penci_section_spost_colors_section.php. Translation function calls should not contain PHP variables. Possible variable $type_data found in translation function in penci_popup_section_general_section.php. Translation function calls should not contain PHP variables. Possible variable $tax found in translation function in penci_popup_section_general_section.php. Translation function calls should not contain PHP variables. Possible variable $type_data found in translation function in penci_section_spost_cptype_builder_section.php. Translation function calls should not contain PHP variables. Possible variable $type_data found in translation function in penci_section_spost_cptype_builder_section.php. Translation function calls should not contain PHP variables. Possible variable $opt_single_title_fsize_label found in translation function in penci_section_spost_fontsize_section.php. Translation function calls should not contain PHP variables. Possible variable $x found in translation function in penci_section_spost_fontsize_section.php. Translation function calls should not contain PHP variables.
  12. I18N implementation : Proper use of esc_attr_e(Possible variable $content_width found in translation function in desktop-bottomblock.php. Translation function calls should not contain PHP variables. Possible variable $content_width found in translation function in desktop-mid.php. Translation function calls should not contain PHP variables. Possible variable $content_width found in translation function in desktop-topblock.php. Translation function calls should not contain PHP variables. Possible variable $content_width found in translation function in desktop-bottom.php. Translation function calls should not contain PHP variables. Possible variable $content_width found in translation function in desktop-top.php. Translation function calls should not contain PHP variables.
  13. I18N implementation : Proper use of esc_html___all(Possible variable $username found in translation function in pinterest_widget.php. Translation function calls should not contain PHP variables. Possible variable $parent_version found in translation function in welcome.php. Translation function calls should not contain PHP variables. 24: echo '<span style='display: block; font-size: 22px; font-weight: 500; margin-top: 10px;'>' . esc_html__( sprintf( __( 'Inherit from %1$s Parent Theme - Version %2$s', 'Possible variable $theme_data found in translation function in welcome.php. Translation function calls should not contain PHP variables. Possible variable $toc_title found in translation function in progress.php. Translation function calls should not contain PHP variables. Possible variable $row found in translation function in header-sticky.php. Translation function calls should not contain PHP variables.
  14. I18N implementation : Proper use of esc_html_e(Possible variable $args found in translation function in progress-bar.php. Translation function calls should not contain PHP variables. Possible variable $args found in translation function in progress-bar.php. Translation function calls should not contain PHP variables. Possible variable $args found in translation function in progress-bar.php. Translation function calls should not contain PHP variables. Possible variable $name found in translation function in social_counter.php. Translation function calls should not contain PHP variables. Possible variable $menu_title found in translation function in vertical-menu-shop.php. Translation function calls should not contain PHP variables.
  15. 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 posts_slider_widget.php.411: <span class='description'><?php _e( 'Fill taxonomy slug(s) here. Separate by commas to query multiple taxonomies. Check <a href='https://imgresources.s3.amazonaws.com/custom-taxonomy.png' style='color: #0419: <span class='description'><?php _e( 'Fill taxonomy ID(s) here. Separate by commas to query multiple taxonomies. Check <a href='https://imgresources.s3.amazonaws.com/custom-taxonomy.png' style='color: #0411: <span class='description'><?php _e( 'Fill taxonomy slug(s) here. Separate by commas to query multiple taxonomies. Check <a href='https://imgresources.s3.amazonaws.com/custom-taxonomy.png' style='color: #0419: <span class='description'><?php _e( 'Fill taxonomy ID(s) here. Separate by commas to query multiple taxonomies. Check <a href='https://imgresources.s3.amazonaws.com/custom-taxonomy.png' style='color: #0Possible hard-coded links were found in the file pinterest_widget.php.371: <p class='description' style='padding: 0; margin-bottom: 13px;'>Example if you want to load a board has url <strong style='color: #ff0000;'><a href='https://www.pinterest.com/thefirstmess/animals-cuteness' target='_blank'>htPossible hard-coded links were found in the file facebook_widget.php.189: class='description'><?php _e( 'Fill the language code to use on Facebook Page Box here. By default, the language will follow the site language. See more <a href='https://developers.facebook.com/docs/internationalization/' target='_blank'Possible hard-coded links were found in the file lastest_post_widget.php.561: <span class='description'><?php _e( 'Fill taxonomy slug(s) here. Separate by commas to query multiple taxonomies. Check <a href='https://imgresources.s3.amazonaws.com/custom-taxonomy.png' style='color: #0569: <span class='description'><?php _e( 'Fill taxonomy ID(s) here. Separate by commas to query multiple taxonomies. Check <a href='https://imgresources.s3.amazonaws.com/custom-taxonomy.png' style='color: #0561: <span class='description'><?php _e( 'Fill taxonomy slug(s) here. Separate by commas to query multiple taxonomies. Check <a href='https://imgresources.s3.amazonaws.com/custom-taxonomy.png' style='color: #0569: <span class='description'><?php _e( 'Fill taxonomy ID(s) here. Separate by commas to query multiple taxonomies. Check <a href='https://imgresources.s3.amazonaws.com/custom-taxonomy.png' style='color: #0Possible hard-coded links were found in the file popular_post_widget.php.592: <span class='description'><?php _e( 'Fill taxonomy slug(s) here. Separate by commas to query multiple taxonomies. Check <a href='https://imgresources.s3.amazonaws.com/custom-taxonomy.png' style='color: #0600: <span class='description'><?php _e( 'Fill taxonomy ID(s) here. Separate by commas to query multiple taxonomies. Check <a href='https://imgresources.s3.amazonaws.com/custom-taxonomy.png' style='color: #0592: <span class='description'><?php _e( 'Fill taxonomy slug(s) here. Separate by commas to query multiple taxonomies. Check <a href='https://imgresources.s3.amazonaws.com/custom-taxonomy.png' style='color: #0600: <span class='description'><?php _e( 'Fill taxonomy ID(s) here. Separate by commas to query multiple taxonomies. Check <a href='https://imgresources.s3.amazonaws.com/custom-taxonomy.png' style='color: #0Possible hard-coded links were found in the file about_widget.php.218: <small><?php _e( 'Insert your image URL. To get good for load, let use image about 400px width.<br>You can check <a href='https://www.wpbeginner.com/beginners-guide/how-to-get-the-url-of-images-youPossible hard-coded links were found in the file require-activation.php.187: <?php _e( 'You can put your purchase code to the field below to activate the theme.<br>Check <a href='https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purc207: <a href='<?php echo esc_url( 'https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-PurcPossible hard-coded links were found in the file about.php.56: $links[] = '<a href='https://metabox.io/pricing/' style='color: #39b54a; font-weight: bold'>' . Possible hard-coded links were found in the file products.php.16: <p><a href='https://wpslimseo.com?utm_source=WordPress&utm_medium=link&utm_campaign=met17: <p><a href='https://gretathemes.com/wordpress-themes/estar/?utm_source=WordPress&utm_mePossible hard-coded links were found in the file extensions.php.124: <a href='https://metabox.io/plugins/?utm_source=WordPress&utm_medium=link&utm_campaiPossible hard-coded links were found in the file core.php.38: $links[] = '<a href='https://docs.metabox.io'>' . esc_html__( 'Docs', 'meta-box' ) . '</a>';Possible hard-coded links were found in the file admin-options.php.81: 'desc' => __( 'You can create an application and get Facebook App ID <a href='https://developers.facebook.com/docs/apps/register' target='_blank'>here</a88: 'desc' => __( 'You can create an application and get Facebook App Secret <a href='https://developers.facebook.com/docs/apps/register' target='_blank'>here</a81: 'desc' => __( 'You can create an application and get Facebook App ID <a href='https://developers.facebook.com/docs/apps/register' target='_blank'>here</a88: 'desc' => __( 'You can create an application and get Facebook App Secret <a href='https://developers.facebook.com/docs/apps/register' target='_blank'>here</a188: 'desc' => __( 'You can register Google API Key here for <a href='https://developers.google.com/youtube/v3/getting-started' target='_blank'>Y730: 'desc' => __( 'You can create an application and get Twitch Client ID <a href='https://dev.twitch.tv/docs/v5/guides/authentication/' target='_blank'>here<Possible hard-coded links were found in the file general-config.php.4: 'description' => __( 'You can add new and edit a header builder on <a target='_blank' href='' . esc_url( admin_url( '/edit.php?post_type=penci_builder' ) ) . ''>this page</a>.<br>Please check <a href='https://www.youtube.com/watch?v=kUFqsVYyJig&list=PL1PBMejQ2VTwp9ppl8lTQ9Tq7Possible hard-coded links were found in the file footer-config.php.5: 'description' => __( 'You can add new and edit a Footer Template on <a target='_blank' href='' . esc_url( admin_url( '/edit.php?post_type=penci-block' ) ) . ''>this page</a>.<br>Please check <a href='https://www.youtube.com/watch?v=kUFqsVYyJig&list=PL1PBMejQ2VTwp9ppl8lTQ9Tq7Possible hard-coded links were found in the file penci-pintersest.php.49: 'description' => __('Example if you want to load a board has url <strong style='color: #ff0000;'><a href='https://www.pinterest.com/thefirstmess/animals-cuteness' target='_blank'>htPossible hard-coded links were found in the file penci-facebook-page.php.92: 'description' => __( 'Fill the language code to use on Facebook Page Box here. By default, the language will follow the site language. See more <a href='https://developers.facebook.com/docs/internationalization/' target='_blank'Possible hard-coded links were found in the file settings.php.69: 'description' => __( 'Fill the language code to use on Facebook Page Box here( E.g: de_DE ). By default, the language will follow the site language. See more <a href='https://developers.facebook.com/docs/internationalization/' target='_blank'Possible hard-coded links were found in the file settings.php.20: 'description' => 'Example if you want to load a board has url <strong style='color: #ff0000;'><a href='https://www.pinterest.com/thefirstmess/animals-cuteness' target='_blank'>htPossible hard-coded links were found in the file categories-meta-box.php.160: <p class='description'><?php _e( 'Use it to change the featured layout for this category when you use this layout as a featured category. Check more on <a href='https://www.youtube.com/watch?v=gnbMyMBCK_M&list=PL1PBMejQ2VTwp9ppl8lTQ9Tq7Possible hard-coded links were found in the file comments.php.60: 'description' => 'Note that: If you want to hide this field - you need go to Dashboard > Settings > Discussion > and un-check to 'Comment author must fill out name and email' - check <a href='https://imgresources.s3.amazonaws.com/discussion_settings.png' target='_bla66: 'description' => 'Note that: If you want to hide this field - you need go to Dashboard > Settings > Discussion > and un-check to 'Comment author must fill out name and email' - check <a href='https://imgresources.s3.amazonaws.com/discussion_settings.png' target='_bla60: 'description' => 'Note that: If you want to hide this field - you need go to Dashboard > Settings > Discussion > and un-check to 'Comment author must fill out name and email' - check <a href='https://imgresources.s3.amazonaws.com/discussion_settings.png' target='_bla66: 'description' => 'Note that: If you want to hide this field - you need go to Dashboard > Settings > Discussion > and un-check to 'Comment author must fill out name and email' - check <a href='https://imgresources.s3.amazonaws.com/discussion_settings.png' target='_bla503: <span class='author' itemprop='creator' itemtype='https://schema.org/Person'><span itemprop='name'><a href='http://pencidesign.com/' rel='external nofollow ugc' class='url'>Penci</a><522: <span class='author' itemprop='creator' itemtype='https://schema.org/Person'><span itemprop='name'><a href='http://pencidesign.com/' rel='external nofollow ugc' class='url'>Penci</a><542: <span class='author' itemprop='creator' itemtype='https://schema.org/Person'><span itemprop='name'><a href='http://pencidesign.com/' rel='external nofollow ugc' class='url'>Penci</a><503: <span class='author' itemprop='creator' itemtype='https://schema.org/Person'><span itemprop='name'><a href='http://pencidesign.com/' rel='external nofollow ugc' class='url'>Penci</a><522: <span class='author' itemprop='creator' itemtype='https://schema.org/Person'><span itemprop='name'><a href='http://pencidesign.com/' rel='external nofollow ugc' class='url'>Penci</a><542: <span class='author' itemprop='creator' itemtype='https://schema.org/Person'><span itemprop='name'><a href='http://pencidesign.com/' rel='external nofollow ugc' class='url'>Penci</a><503: <span class='author' itemprop='creator' itemtype='https://schema.org/Person'><span itemprop='name'><a href='http://pencidesign.com/' rel='external nofollow ugc' class='url'>Penci</a><522: <span class='author' itemprop='creator' itemtype='https://schema.org/Person'><span itemprop='name'><a href='http://pencidesign.com/' rel='external nofollow ugc' class='url'>Penci</a><542: <span class='author' itemprop='creator' itemtype='https://schema.org/Person'><span itemprop='name'><a href='http://pencidesign.com/' rel='external nofollow ugc' class='url'>Penci</a><Possible hard-coded links were found in the file logo_header.php.29: $this->add_lazy_section( 'penci_builder_general_section', esc_html__( 'Header Builder', 'soledad' ), $this->panelID, __( 'You can add new and edit a header builder on <a target='_blank' href='' . esc_url( admin_url( '/edit.php?post_type=penci_builder' ) ) . ''>this page</a>.<br>Please check <a href='https://www.youtube.com/watch?v=kUFqsVYyJig&list=PL1PBMejQ2VTwp9ppl8lTQ9Tq7Possible hard-coded links were found in the file footer.php.29: $this->add_lazy_section( 'penci_footer_builder_config_section', esc_html__( 'Footer Builder', 'soledad' ), $this->panelID, __( 'You can add new and edit a Footer Template on <a target='_blank' href='' . esc_url( admin_url( '/edit.php?post_type=penci-block' ) ) . ''>this page</a>.<br>Please check <a href='https://www.youtube.com/watch?v=kUFqsVYyJig&list=PL1PBMejQ2VTwp9ppl8lTQ9Tq7Possible hard-coded links were found in the file penci_section_spost_autoload_section.php.33: 'description' => __( 'Exclude Posts by ID Separated by the comma. E.g: 12, 22, 335. You can check <a href='https://pagely.com/blog/find-post-id-wordpress/' target='_blank'>this guidePossible hard-coded links were found in the file pencidesign_portfolio_sgeneral_section.php.16: 'description' => __( 'Fill the ID of Page you want to display as portoflio main page here (Eg: 10). You can check <a href='https://www.competethemes.com/blog/find-page-id/' target='_blank'>this guidPossible hard-coded links were found in the file penci_section_homepage_featured_cat_section.php.96: 'description' => __( 'You can check <a href='https://imgresources.s3.amazonaws.com/small-posts.png' target='_blank'>thisPossible hard-coded links were found in the file pencidesign_general_extra_section.php.9: 'description' => __( 'Please go to <a href='https://developers.google.com/youtube/v3/getting-started?hl=en' target='_bl47: 'description' => __( 'You can check <a href='https://imgresources.s3.amazonaws.com/notice-updates.png' target='_blank'>tPossible hard-coded links were found in the file penci_section_homepage_general_section.php.46: 'description' => __( 'You can check <a href='https://imgresources.s3.amazonaws.com/heading-title-latest-posts.png' targePossible hard-coded links were found in the file penci_section_spost_inline_reposts_section.php.6: 'description' => __( 'You can check <a href='https://imgresources.s3.amazonaws.com/inline_related_posts.png' target='_blPossible hard-coded links were found in the file penci_section_spost_comments_section.php.25: 'description' => __( 'Note that: If you want to hide this field - you need go to Dashboard > Settings > Discussion > and un-check to 'Comment author must fill out name and email' - check <a href='https://imgresources.s3.amazonaws.com/discussion_settings.png' target='_bla33: 'description' => __( 'Note that: If you want to hide this field - you need go to Dashboard > Settings > Discussion > and un-check to 'Comment author must fill out name and email' - check <a href='https://imgresources.s3.amazonaws.com/discussion_settings.png' target='_bla25: 'description' => __( 'Note that: If you want to hide this field - you need go to Dashboard > Settings > Discussion > and un-check to 'Comment author must fill out name and email' - check <a href='https://imgresources.s3.amazonaws.com/discussion_settings.png' target='_bla33: 'description' => __( 'Note that: If you want to hide this field - you need go to Dashboard > Settings > Discussion > and un-check to 'Comment author must fill out name and email' - check <a href='https://imgresources.s3.amazonaws.com/discussion_settings.png' target='_blaPossible hard-coded links were found in the file pencidesign_new_section_general_section.php.152: 'description' => __( 'You can check <a href='https://imgresources.s3.amazonaws.com/outline-social.png' target='_blank'>t164: 'description' => __( 'You can check <a href='https://imgresources.s3.amazonaws.com/separator-pmeta.png' target='_blank'>181: 'description' => __( 'You can check <a href='https://imgresources.s3.amazonaws.com/cat_design.png' target='_blank'>this 194: 'description' => __( 'You can check <a href='https://imgresources.s3.amazonaws.com/separator-cat.png' target='_blank'>thPossible hard-coded links were found in the file pencidesign_general_typography_section.php.132: 'description'=>__('Apply for Category Page Title, Tag Page Title, Search Page Title, Archive Page Title - check more on <a href='https://imgresources.s3.amazonaws.com/archive-page-title.png' target='_blanPossible hard-coded links were found in the file pencidesign_new_section_topbar_section.php.401: 'description' => __( 'Note that: By default, the register form is disabled, if you want to enable it, please go to Dashboard > Settings > General > on 'Membership' check to 'Anyone can register' - check <a href='https://imgresources.s3.amazonaws.com/register.png' target='_blank'>this im
  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 attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  6. Use of includes : Use of include or requireThe theme appears to use include or require : index.php 121: include( locate_template( 'content-' . $layout_this . '.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-blog-search.php 66: include( locate_template( 'content-' . $layout_this . '.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 : tag.php 190: include( locate_template( 'content-' . $layout_this . '.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-standard-boxed-1.php 17: include( locate_template( 'content-standard.php' ) );20: include( locate_template( 'content-boxed-1.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 : author.php 148: include( locate_template( 'content-' . $layout_this . '.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-standard-grid.php 17: include( locate_template( 'content-standard.php' ) );20: include( locate_template( 'content-grid.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 : archive.php 181: include( locate_template( 'content-' . $layout_this . '.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-mixed.php 32: include( locate_template( 'content-mixed-post.php' ) );35: include( locate_template( 'content-grid.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 : detect_mobile.php 3: require_once ( 'Mobile_Detect.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : init.php 35: require_once( get_template_directory() . '/inc/toc/progress.php' );36: require_once( get_template_directory() . '/inc/toc/helper.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 : progress.php 55: require_once( get_template_directory() . '/inc/toc/tag_filter.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 : loader.php 75: require_once( __DIR__ . '/includes/select2.php' );76: require_once( __DIR__ . '/includes/autocomplete.php' );106: include( $filename ); 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 : js_composer.php 77: 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 : register.php 780: include( trailingslashit( get_template_directory() ) . 'inc/js_composer/par 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 : instagram.php 5: include( trailingslashit( get_template_directory() ) . 'inc/instagram/widge6: include( trailingslashit( get_template_directory() ) . 'inc/instagram/dashp 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 : auto-thumbnail.php 203: require_once( ABSPATH . '/wp-load.php' );204: require_once( ABSPATH . '/wp-admin/includes/image.php' );205: require_once( ABSPATH . '/wp-admin/includes/file.php' );206: require_once( ABSPATH . '/wp-admin/includes/media.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 : featured-categories.php 118: include( locate_template( 'inc/modules/magazine-' . $cat_layout . '.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 : penci-walker.php 26: include_once( trailingslashit( get_template_directory() ) . 'inc/modules/pe If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : init.php 2: require_once( get_template_directory() . '/inc/smartlists/class_penci_split3: require_once( get_template_directory() . '/inc/smartlists/class_penci_smart4: require_once( get_template_directory() . '/inc/smartlists/metabox.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : init.php 79: require_once( __DIR__ . '/single-elements/{$pelement}.php' );98: require_once( __DIR__ . '/archive-elements/{$aelement}.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 : bootstrap.php 15: require_once 'autoload.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 : custom-css.php 16: require_once( $root . '/wp-load.php' );18: require_once( $root2 . '/wp-load.php' );20: require_once( $root3 . '/wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : init.php 2: include( trailingslashit( get_template_directory() ). 'inc/twitter/dashpage 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 : search.php 146: include( locate_template( 'content-' . $layout_this . '.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-classic-boxed-1.php 17: include( locate_template( 'content-classic.php' ) );20: include( locate_template( 'content-boxed-1.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-mixed-4.php 19: include( locate_template( 'content-featured.php' ) );21: include( locate_template( 'content-grid-2.php' ) );23: include( locate_template( 'content-small-list.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-overlay-grid.php 16: include( locate_template( 'content-overlay.php' ) );19: include( locate_template( 'content-grid.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 : category.php 232: include( locate_template( 'content-' . $layout_this . '.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-standard-boxed-1.php 16: //include( locate_template( 'template-parts/latest-posts-sc/content-boxed-1.p17: include( locate_template( 'template-parts/latest-posts-sc/content-standard.20: include( locate_template( 'template-parts/latest-posts-sc/content-boxed-1.p 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-overlay-grid-2.php 16: include( locate_template( 'template-parts/latest-posts-sc/content-overlay.p19: include( locate_template( 'template-parts/latest-posts-sc/content-grid-2.ph 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-standard-grid.php 16: include( locate_template( 'template-parts/latest-posts-sc/content-standard.19: include( locate_template( 'template-parts/latest-posts-sc/content-grid.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-mixed.php 32: include( locate_template( 'template-parts/latest-posts-sc/content-mixed-pos35: include( locate_template( 'template-parts/latest-posts-sc/content-grid.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-mixed-larger.php 11: include( locate_template( 'template-parts/latest-posts-sc/content-mixed-pos14: include( locate_template( 'template-parts/latest-posts-sc/content-grid.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-classic-boxed-1.php 16: //include( locate_template( 'template-parts/latest-posts-sc/content-boxed-1.p17: include( locate_template( 'template-parts/latest-posts-sc/content-classic.p20: include( locate_template( 'template-parts/latest-posts-sc/content-boxed-1.p 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-mixed-4.php 16: include( locate_template( 'template-parts/latest-posts-sc/content-featured.19: include( locate_template( 'template-parts/latest-posts-sc/content-grid-2.ph21: include( locate_template( 'template-parts/latest-posts-sc/content-small-lis 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-overlay-grid.php 16: include( locate_template( 'template-parts/latest-posts-sc/content-overlay.p19: include( locate_template( 'template-parts/latest-posts-sc/content-grid.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-overlay-boxed-1.php 16: include( locate_template( 'template-parts/latest-posts-sc/content-overlay.p19: include( locate_template( 'template-parts/latest-posts-sc/content-boxed-1.p 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-classic-grid-2.php 16: include( locate_template( 'template-parts/latest-posts-sc/content-classic.p19: include( locate_template( 'template-parts/latest-posts-sc/content-grid-2.ph 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-mixed-3.php 16: include( locate_template( 'template-parts/latest-posts-sc/content-grid-2.ph19: include( locate_template( 'template-parts/latest-posts-sc/content-small-lis 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-standard-grid-2.php 16: include( locate_template( 'template-parts/latest-posts-sc/content-standard.19: include( locate_template( 'template-parts/latest-posts-sc/content-grid-2.ph 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-mixed-2.php 33: include( locate_template( 'template-parts/latest-posts-sc/content-overlay.p36: include( locate_template( 'template-parts/latest-posts-sc/content-grid.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-standard-list.php 16: include( locate_template( 'template-parts/latest-posts-sc/content-standard.19: include( locate_template( 'template-parts/latest-posts-sc/content-list.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-classic-list.php 16: //include( locate_template( 'template-parts/latest-posts-sc/content-boxed-1.p17: include( locate_template( 'template-parts/latest-posts-sc/content-classic.p20: include( locate_template( 'template-parts/latest-posts-sc/content-list.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-classic-grid.php 16: //include( locate_template( 'template-parts/latest-posts-sc/content-boxed-1.p17: include( locate_template( 'template-parts/latest-posts-sc/content-classic.p20: include( locate_template( 'template-parts/latest-posts-sc/content-grid.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-overlay-list.php 16: include( locate_template( 'template-parts/latest-posts-sc/content-overlay.p19: include( locate_template( 'template-parts/latest-posts-sc/content-list.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-classic-grid-2.php 17: include( locate_template( 'content-classic.php' ) );20: include( locate_template( 'content-grid-2.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-mixed-3.php 19: include( locate_template( 'content-grid-2.php' ) );21: include( locate_template( 'content-small-list.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-standard-grid-2.php 17: include( locate_template( 'content-standard.php' ) );20: include( locate_template( 'content-grid-2.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-mixed-2.php 32: include( locate_template( 'content-overlay.php' ) );35: include( locate_template( 'content-grid.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-standard-list.php 17: include( locate_template( 'content-standard.php' ) );20: include( locate_template( 'content-list.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-classic-list.php 17: include( locate_template( 'content-classic.php' ) );20: include( locate_template( 'content-list.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 : soledad_vc.php 591: include( locate_template( 'template-parts/latest-posts-sc/content-' . $styl1241: include( locate_template( 'template-parts/magazine-sc/magazine-' . $style . 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 : template-custom-all-blog-posts.php 332: include( locate_template( 'content-' . $layout_this . '.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-classic-grid.php 17: include( locate_template( 'content-classic.php' ) );20: include( locate_template( 'content-grid.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-overlay-list.php 16: include( locate_template( 'content-overlay.php' ) );19: include( locate_template( 'content-list.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