woocommerce_output_cart_shortcode_content

woocommerce_output_cart_shortcode_content

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_output_cart_shortcode_content') is found 1 times:

  • /includes/shortcodes/class-wc-shortcode-cart.php line 74
    	 *
    	 * @param array $atts Shortcode attributes.
    	 */
    	public static function output( $atts ) {
    		if ( ! apply_filters( 'woocommerce_output_cart_shortcode_content', true ) ) {
    			return;
    		}
    
    		// Constants.
    		wc_maybe_define_constant( 'WOOCOMMERCE_CART', true );