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

apply_filters('woocommerce_output_cart_shortcode_content') is found 1 times:

  • /includes/shortcodes/class-wc-shortcode-cart.php line 74
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    *
     * @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 );