apply_filters( 'bigcommerce/wishlist/remove-item-url', string $url, BigCommerceAccountsWishlistsWishlist $wishlist, int $product_id )

Summary

Filter the URL for removing an item from a wishlist


Parameters

$url

(string) The form handler URL

$wishlist

(BigCommerceAccountsWishlistsWishlist) The wishlist object

$product_id

(int) The ID of the product to remove


Source

File: src/BigCommerce/Accounts/Wishlists/Wishlist.php



User Contributed Notes

You must log in before being able to contribute a note or feedback.