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.8.7.0

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

  • /includes/shortcodes/class-wc-shortcode-products.php line 680
     
    			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>';
    	}
    
    	/**