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.
    Ligne69: $items = unserialize( base64_decode( $items ), array( 'allowed_classes' => false ) );
    Ligne144: $old_save = unserialize( base64_decode( $old_save ), array( 'allowed_classes' => false ) );
    Ligne167: $current_compare_items = unserialize( base64_decode( $current_compare_items ), array( 'allowed_classes' => false 
    Found base64_decode in file wishlist.php.
    Ligne102: $save_wishlist = unserialize( base64_decode( $save_wishlist ), array( 'allowed_classes' => false ) );
    Ligne177: $current_wishlist = unserialize( base64_decode( $current_wishlist ), array( 'allowed_classes' => false ) );
    Ligne239: $current_wishlist = unserialize( base64_decode( $current_wishlist ), array( 'allowed_classes' => false ) );
    Found base64_decode in file helper.php.
    Ligne155: $font_size_arr = json_decode( base64_decode( $args['font_size'] ), true );
    Ligne871: $data_css = json_decode( base64_decode( $value ), true );
    Ligne897: $data_css = json_decode( base64_decode( $value ), true );
    Ligne933: $data_css = json_decode( base64_decode( $value ), true );
    Found base64_decode in file instagram.php.
    Ligne519: $cleaned   = $parts[0] . '.' . base64_decode( $parts[1] ) . '.' . base64_decode( $last_part );
    Found base64_decode in file dashpage.php.
    Ligne60: $cleaned   = $parts[0] . '.' . base64_decode( $parts[1] ) . '.' . base64_decode( $last_part );
    Found base64_decode in file options.php.
    Ligne40: $import_data = json_decode( base64_decode( $import_data ), true );
    Found base64_decode in file soledad_vc.php.
    Ligne595: $infeed_ads  = ( isset( $infeed_code ) && $infeed_code ) ? rawurldecode( base64_decode( $infeed_code ) ) : '';
    Found base64_decode in file functions.php.
    Ligne889: $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 export-field.php.
     $export_content = base64_encode( wp_json_encode( $data ) );
    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.
    Ligne261: 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 template-function.php
    Ligne591: $return = '<i class='pccsi-svg' style='' . esc_attr( penci_get_icon_color( $class ) ) . ''>' . file_get_contents( $icon_path ) . '</i>';
    file_get_contents was found in the file darkmode.php
    Ligne48: echo file_get_contents( get_template_directory() . '/js/darkmode-loading.js' );
    file_get_contents was found in the file class-import.php
    Ligne65: $raw  = file_get_contents( $file['file'] );
    file_get_contents was found in the file penci-imex.php
    Ligne284: $content  = file_get_contents( $_FILES['file']['tmp_name'] );
  7. Malware : Network operations curl_init was found in the file twitter-client.php
    Ligne392: $ch = curl_init();
    curl_exec was found in the file twitter-client.php
    Ligne419: $response = curl_exec( $ch );
    Ligne422: $response = curl_exec( $ch );
    curl_exec was found in the file twitter-client.php
    Ligne419: $response = curl_exec( $ch );
    Ligne422: $response = curl_exec( $ch );
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File require-activation.php :
    Ligne44: add_action( 'admin_menu', array( $this, 'add_submenu_page' ), 15 );
    Ligne75: function add_submenu_page() {
    Ligne78: add_submenu_page(
    Ligne90: add_submenu_page(
    Ligne107: add_submenu_page(
    File require-activation.php :
    Ligne45: // add_action('admin_menu', array($this, 'add_license_page'), 15);
    File require-activation.php :
    Ligne44: add_action( 'admin_menu', array( $this, 'add_submenu_page' ), 15 );
    Ligne75: function add_submenu_page() {
    Ligne78: add_submenu_page(
    Ligne90: add_submenu_page(
    Ligne107: add_submenu_page(
    File require-activation.php :
    Ligne44: add_action( 'admin_menu', array( $this, 'add_submenu_page' ), 15 );
    Ligne75: function add_submenu_page() {
    Ligne78: add_submenu_page(
    Ligne90: add_submenu_page(
    Ligne107: add_submenu_page(
    File require-activation.php :
    Ligne44: add_action( 'admin_menu', array( $this, 'add_submenu_page' ), 15 );
    Ligne75: function add_submenu_page() {
    Ligne78: add_submenu_page(
    Ligne90: add_submenu_page(
    Ligne107: add_submenu_page(
    File social_order.php :
    Ligne100: add_submenu_page(
    File Factory.php :
    Ligne35: 'icon_url'        => '', // Icon URL. @see add_menu_page().
    Ligne36: 'position'        => null, // Menu position. @see add_menu_page().
    File Factory.php :
    Ligne35: 'icon_url'        => '', // Icon URL. @see add_menu_page().
    Ligne36: 'position'        => null, // Menu position. @see add_menu_page().
    File SettingsPage.php :
    Ligne21: $this->page_hook = add_menu_page(
    File SettingsPage.php :
    Ligne33: add_submenu_page(
    Ligne44: $this->page_hook = add_submenu_page(
    File SettingsPage.php :
    Ligne33: add_submenu_page(
    Ligne44: $this->page_hook = add_submenu_page(
    File settings.php :
    Ligne63: add_action( $admin_menu_hook, array( $this, 'add_settings_page' ), 90 );
    Ligne69: public function add_settings_page() {
    File settings.php :
    Ligne73: $page_hook  = add_submenu_page(
    File about.php :
    Ligne68: add_menu_page(
    File about.php :
    Ligne83: $about       = add_submenu_page(
    File class-penci-dashboard.php :
    Ligne66: add_menu_page(
    File class-penci-dashboard.php :
    Ligne78: add_submenu_page(
    File custom-sidebar.php :
    Ligne29: add_submenu_page(
    File dashpage.php :
    Ligne6: add_action( 'admin_menu', [ $this, 'add_settings_page' ], 90 );
    Ligne11: public function add_settings_page() {
    File dashpage.php :
    Ligne12: add_submenu_page(
    File admin-options.class.php :
    Ligne436: $menu_page = call_user_func( 'add_submenu_page', $menu_parent, esc_attr( $menu_title ), esc_attr( $menu_t
    Ligne443: call_user_func( 'add_submenu_page', $menu_slug, esc_attr( $sub_menu_title ), esc_attr( $sub_
    Ligne450: call_user_func( 'add_submenu_page', $menu_slug, esc_attr( $section['title'] ), esc_attr( $se
    File admin-options.class.php :
    Ligne440: $menu_page = call_user_func( 'add_menu_page', esc_attr( $menu_title ), esc_attr( $menu_title ), $menu_cap
    File admin-options.class.php :
    Ligne436: $menu_page = call_user_func( 'add_submenu_page', $menu_parent, esc_attr( $menu_title ), esc_attr( $menu_t
    Ligne443: call_user_func( 'add_submenu_page', $menu_slug, esc_attr( $sub_menu_title ), esc_attr( $sub_
    Ligne450: call_user_func( 'add_submenu_page', $menu_slug, esc_attr( $section['title'] ), esc_attr( $se
    File admin-options.class.php :
    Ligne436: $menu_page = call_user_func( 'add_submenu_page', $menu_parent, esc_attr( $menu_title ), esc_attr( $menu_t
    Ligne443: call_user_func( 'add_submenu_page', $menu_slug, esc_attr( $sub_menu_title ), esc_attr( $sub_
    Ligne450: call_user_func( 'add_submenu_page', $menu_slug, esc_attr( $section['title'] ), esc_attr( $se
    File dashpage.php :
    Ligne6: add_action( 'admin_menu', [ $this, 'add_settings_page' ], 90 );
    Ligne11: public function add_settings_page() {
    File dashpage.php :
    Ligne12: add_submenu_page( 'soledad_dashboard_welcome', esc_html__( 'Connect Twitter
    File class-tgm-plugin-activation.php :
    Ligne577: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_t
    Ligne580: add_submenu_page( 'soledad_dashboard_welcome', esc_html__( 'Install Plugins
    File class-tgm-plugin-activation.php :
    Ligne577: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_t
    Ligne580: 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.
    Ligne98: <img class='elementor-nerd-box-icon' src='<?php echo get_bloginfo('url'); ?>/wp-content/plugins/elementor/assets/images/informat
    get_bloginfo('url') was found in the file functions.php. Use home_url() instead.
    Ligne5649: return get_bloginfo('url');
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in woocommerce.php. Themes must not deregister core scripts.
    Ligne442: 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 has an incorrect number of arguments. Function esc_html_e, with the arguments 'Show ', name, ':' in file social_widget.php.Found a translation function that has an incorrect number of arguments. Function esc_html_e, with the arguments 'Show ', name, ':', 'soledad' in file social_widget.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 esc_html__, with the arguments 'Sidebar "', has been removed., 'soledad' in file custom-sidebar.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 is missing a text-domain. Function esc_html_e, with the arguments 'error-message' in file account_password.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'error-message' in file edit_account.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 is missing a text-domain. Function esc_html__, with the arguments 'Check/Uncheck All' in file checkbox.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 class="wp-customizer-link" target="_blank" href="', >this page</a>.<br>Please check <a class=wp-customizer-link 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 options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You need to set a blog page by go to dashboard > Settings > Reading > Posts page' in file options.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 class="wp-customizer-link" target="_blank" href="', >this page</a>.<br>Please check <a class=wp-customizer-link 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 options.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 is missing a text-domain. Function __, with the arguments 'You need to set a blog page by go to dashboard > Settings > Reading > Posts page' in file general.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 class="wp-customizer-link" target="_blank" href="', >this page</a>.<br>Please check <a class=wp-customizer-link 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 class="wp-customizer-link" target="_blank" href="', >this page</a>.<br>Please check <a class=wp-customizer-link 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 '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 '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 class="wp-customizer-link" 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 esc_html__, with the arguments 'Default: ', account/, 'soledad' in file penci_userprofile_section.php.Found a translation function that has an incorrect number of arguments. Function esc_html__, with the arguments 'Default: ', account/edit-account/, 'soledad' in file penci_userprofile_section.php.Found a translation function that has an incorrect number of arguments. Function esc_html__, with the arguments 'Default: ', account/change-password/, 'soledad' in file penci_userprofile_section.php.Found a translation function that has an incorrect number of arguments. Function esc_html__, with the arguments 'Default: ', account/like-posts/, 'soledad' in file penci_userprofile_section.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'To select a custom template for each category, go to Dashboard > Posts and edit the category for which you want to change the template. You can add and edit a category template on <a class="wp-customizer-link" 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 class="wp-customizer-link" 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 class="wp-customizer-link" 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 class="wp-customizer-link" 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 class="wp-customizer-link" 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 class=wp-customizer-link 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 class=wp-customizer-link 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 class=wp-customizer-link 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 class="wp-customizer-link" 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>, :, name, tgmpa, mb-settings-page, meta-box, falcon, >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, has been removed., target=_blank>this page</a> first., elementor, penci-framework, elementor-pro, label, counter data <a target=_blank href=, penci-avatar, penci-frontend-submission, js_composer, pennews, class=page-title>%s</, ultimate_vc, smile, csf, /edit.php?post_type=penci-block, >this page</a>.<br>Please check <a class=wp-customizer-link 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., /edit.php?post_type=penci_builder, >this page</a>.<br>Please check <a class=wp-customizer-link 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>, solead, , Tag Inside Post Content, /, account/, account/edit-account/, account/change-password/, account/like-posts/, /edit.php?post_type=archive-template, Template. You can add new and edit a builder template on <a class=wp-customizer-link 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.
    Ligne70: <div class='<?= esc_attr( $class ) ?>'>
    Ligne71: <h1><?= esc_html( get_admin_page_title() ) ?></h1>
    Ligne84: <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.
    Ligne327: if ( 0 === strpos( $body, '<?' ) ) {
  7. Line endings consistency : Both DOS and UNIX style line endingsFound a mix of \r\n and \n line endings in file penci-block-heading-title.php.
  8. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file main.min.css.
  9. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  10. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  11. 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 $attr found in translation function in social_widget.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 $_POST found in translation function in account_password.php. Translation function calls should not contain PHP variables. Possible variable $_POST found in translation function in edit_account.php. Translation function calls should not contain PHP variables. Possible variable $item found in translation function in account.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.
  12. 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.
    Ligne24: 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 $name found in translation function in custom-sidebar.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 $this found in translation function in user-profile.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 $new_translate_label found in translation function in pencidesign_new_section_transition_lang_section.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 $c_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.
  13. 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.
  14. 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.
    Ligne24: 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. Possible variable $name found in translation function in custom-sidebar.php. Translation function calls should not contain PHP variables.
  15. 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 $attr found in translation function in social_widget.php. Translation function calls should not contain PHP variables. Possible variable $_POST found in translation function in account_password.php. Translation function calls should not contain PHP variables. Possible variable $_POST found in translation function in edit_account.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.
  16. 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.
    Ligne406: <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: #0
    Ligne414: <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: #0
    Ligne406: <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: #0
    Ligne414: <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: #0
    Possible hard-coded links were found in the file pinterest_widget.php.
    Ligne371: <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'>ht
    Possible hard-coded links were found in the file facebook_widget.php.
    Ligne189: 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.
    Ligne559: <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: #0
    Ligne567: <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: #0
    Ligne559: <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: #0
    Ligne567: <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: #0
    Possible hard-coded links were found in the file popular_post_widget.php.
    Ligne602: <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: #0
    Ligne610: <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: #0
    Ligne602: <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: #0
    Ligne610: <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: #0
    Possible hard-coded links were found in the file about_widget.php.
    Ligne218: <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-you
    Possible hard-coded links were found in the file require-activation.php.
    Ligne208: <?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-Purc
    Ligne228: <a href='<?php echo esc_url( 'https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purc
    Possible hard-coded links were found in the file about.php.
    Ligne56: $links[] = '<a href='https://metabox.io/pricing/' style='color: #39b54a; font-weight: bold'>' . 
    Possible hard-coded links were found in the file products.php.
    Ligne16: <p><a href='https://wpslimseo.com?utm_source=WordPress&utm_medium=link&utm_campaign=met
    Ligne17: <p><a href='https://gretathemes.com/wordpress-themes/estar/?utm_source=WordPress&utm_me
    Possible hard-coded links were found in the file extensions.php.
    Ligne124: <a href='https://metabox.io/plugins/?utm_source=WordPress&utm_medium=link&utm_campai
    Possible hard-coded links were found in the file core.php.
    Ligne38: $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.
    Ligne81: 'desc' => __( 'You can create an application and get Facebook App ID <a href='https://developers.facebook.com/docs/apps/register' target='_blank'>here</a
    Ligne88: 'desc' => __( 'You can create an application and get Facebook App Secret <a href='https://developers.facebook.com/docs/apps/register' target='_blank'>here</a
    Ligne81: 'desc' => __( 'You can create an application and get Facebook App ID <a href='https://developers.facebook.com/docs/apps/register' target='_blank'>here</a
    Ligne88: 'desc' => __( 'You can create an application and get Facebook App Secret <a href='https://developers.facebook.com/docs/apps/register' target='_blank'>here</a
    Ligne188: 'desc' => __( 'You can register Google API Key here for <a href='https://developers.google.com/youtube/v3/getting-started' target='_blank'>Y
    Ligne730: '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 penci-pintersest.php.
    Ligne49: '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'>ht
    Possible hard-coded links were found in the file penci-facebook-page.php.
    Ligne92: '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.
    Ligne69: '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.
    Ligne20: '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'>ht
    Possible hard-coded links were found in the file categories-meta-box.php.
    Ligne166: <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=PL1PBMejQ2VTwp9ppl8lTQ9Tq7
    Possible hard-coded links were found in the file comments.php.
    Ligne60: '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='_bla
    Ligne66: '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='_bla
    Ligne60: '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='_bla
    Ligne66: '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='_bla
    Ligne503: <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><
    Ligne522: <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><
    Ligne542: <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><
    Ligne503: <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><
    Ligne522: <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><
    Ligne542: <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><
    Ligne503: <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><
    Ligne522: <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><
    Ligne542: <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><
  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
    Ligne123: 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
    Ligne66: 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
    Ligne218: 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
    Ligne17: include( locate_template( 'content-standard.php' ) );
    Ligne20: 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
    Ligne148: 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
    Ligne17: include( locate_template( 'content-standard.php' ) );
    Ligne20: 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
    Ligne182: 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
    Ligne32: include( locate_template( 'content-mixed-post.php' ) );
    Ligne35: 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
    Ligne3: 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 : progress.php
    Ligne55: 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
    Ligne75: require_once( __DIR__ . '/includes/select2.php' );
    Ligne76: require_once( __DIR__ . '/includes/autocomplete.php' );
    Ligne106: 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
    Ligne77: 
    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
    Ligne785: 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
    Ligne5: include( trailingslashit( get_template_directory() ) . 'inc/instagram/widge
    Ligne6: 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 : setup.class.php
    Ligne171: require_once( $path );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : auto-thumbnail.php
    Ligne203: require_once( ABSPATH . '/wp-load.php' );
    Ligne204: require_once( ABSPATH . '/wp-admin/includes/image.php' );
    Ligne205: require_once( ABSPATH . '/wp-admin/includes/file.php' );
    Ligne206: 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
    Ligne118: 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
    Ligne26: 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
    Ligne2: require_once( get_template_directory() . '/inc/smartlists/class_penci_split
    Ligne3: require_once( get_template_directory() . '/inc/smartlists/class_penci_smart
    Ligne4: 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
    Ligne83: require_once( __DIR__ . '/single-elements/{$pelement}.php' );
    Ligne102: 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
    Ligne15: 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
    Ligne16: require_once( $root . '/wp-load.php' );
    Ligne18: require_once( $root2 . '/wp-load.php' );
    Ligne20: 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
    Ligne2: 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
    Ligne159: 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
    Ligne17: include( locate_template( 'content-classic.php' ) );
    Ligne20: 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
    Ligne19: include( locate_template( 'content-featured.php' ) );
    Ligne21: include( locate_template( 'content-grid-2.php' ) );
    Ligne23: 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
    Ligne16: include( locate_template( 'content-overlay.php' ) );
    Ligne19: 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
    Ligne265: 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
    Ligne16: //include( locate_template( 'template-parts/latest-posts-sc/content-boxed-1.p
    Ligne17: include( locate_template( 'template-parts/latest-posts-sc/content-standard.
    Ligne20: 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
    Ligne16: include( locate_template( 'template-parts/latest-posts-sc/content-overlay.p
    Ligne19: 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
    Ligne16: include( locate_template( 'template-parts/latest-posts-sc/content-standard.
    Ligne19: 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
    Ligne32: include( locate_template( 'template-parts/latest-posts-sc/content-mixed-pos
    Ligne35: 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
    Ligne11: include( locate_template( 'template-parts/latest-posts-sc/content-mixed-pos
    Ligne14: 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
    Ligne16: //include( locate_template( 'template-parts/latest-posts-sc/content-boxed-1.p
    Ligne17: include( locate_template( 'template-parts/latest-posts-sc/content-classic.p
    Ligne20: 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
    Ligne16: include( locate_template( 'template-parts/latest-posts-sc/content-featured.
    Ligne19: include( locate_template( 'template-parts/latest-posts-sc/content-grid-2.ph
    Ligne21: 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
    Ligne16: include( locate_template( 'template-parts/latest-posts-sc/content-overlay.p
    Ligne19: 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
    Ligne16: include( locate_template( 'template-parts/latest-posts-sc/content-overlay.p
    Ligne19: 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
    Ligne16: include( locate_template( 'template-parts/latest-posts-sc/content-classic.p
    Ligne19: 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
    Ligne16: include( locate_template( 'template-parts/latest-posts-sc/content-grid-2.ph
    Ligne19: 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
    Ligne16: include( locate_template( 'template-parts/latest-posts-sc/content-standard.
    Ligne19: 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
    Ligne33: include( locate_template( 'template-parts/latest-posts-sc/content-overlay.p
    Ligne36: 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
    Ligne16: include( locate_template( 'template-parts/latest-posts-sc/content-standard.
    Ligne19: 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
    Ligne16: //include( locate_template( 'template-parts/latest-posts-sc/content-boxed-1.p
    Ligne17: include( locate_template( 'template-parts/latest-posts-sc/content-classic.p
    Ligne20: 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
    Ligne16: //include( locate_template( 'template-parts/latest-posts-sc/content-boxed-1.p
    Ligne17: include( locate_template( 'template-parts/latest-posts-sc/content-classic.p
    Ligne20: 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
    Ligne16: include( locate_template( 'template-parts/latest-posts-sc/content-overlay.p
    Ligne19: 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
    Ligne17: include( locate_template( 'content-classic.php' ) );
    Ligne20: 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
    Ligne19: include( locate_template( 'content-grid-2.php' ) );
    Ligne21: 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
    Ligne17: include( locate_template( 'content-standard.php' ) );
    Ligne20: 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
    Ligne32: include( locate_template( 'content-overlay.php' ) );
    Ligne35: 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
    Ligne17: include( locate_template( 'content-standard.php' ) );
    Ligne20: 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
    Ligne17: include( locate_template( 'content-classic.php' ) );
    Ligne20: 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
    Ligne599: include( locate_template( 'template-parts/latest-posts-sc/content-' . $styl
    Ligne1256: 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
    Ligne332: 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
    Ligne17: include( locate_template( 'content-classic.php' ) );
    Ligne20: 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
    Ligne16: include( locate_template( 'content-overlay.php' ) );
    Ligne19: 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