include product_id for extended customization of wc_add_to_cart_message

This commit is contained in:
Ewout Fernhout 2014-02-06 20:24:34 +01:00
parent 35228c8d9c
commit df773f520e
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ function wc_add_to_cart_message( $product_id ) {
endif;
wc_add_notice( apply_filters( 'wc_add_to_cart_message', $message ) );
wc_add_notice( apply_filters( 'wc_add_to_cart_message', $message, $product_id ) );
}
/**