woocommerce_add_to_cart_notice_type

woocommerce_add_to_cart_notice_type

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('woocommerce_add_to_cart_notice_type') is found 1 times:

  • /includes/wc-cart-functions.php line 143
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
        if ( $return ) {
            return $message;
        } else {
            wc_add_notice( $message, apply_filters( 'woocommerce_add_to_cart_notice_type', 'success' ) );
        }
    }
     
    /**
     * Comma separate a list of item names, and replace final comma with 'and'.
     *