woocommerce_shortcode_{$this->type}_loop_no_results

woocommerce_shortcode_{$this->type}_loop_no_results

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_shortcode_{$this->type}_loop_no_results') is found 1 times:

  • /includes/shortcodes/class-wc-shortcode-products.php line 692
    689
    690
    691
    692
    693
    694
    695
    696
    697
    698
            wp_reset_postdata();
            wc_reset_loop();
        } else {
            do_action( "woocommerce_shortcode_{$this->type}_loop_no_results", $this->attributes );
        }
     
        return '<div class="' . esc_attr( implode( ' ', $classes ) ) . '">' . ob_get_clean() . '</div>';
    }
     
    /**