woocommerce_customer_stock_notification_verified_redirect_url
woocommerce_customer_stock_notification_verified_redirect_url
Appears in: woocommerce.10.2.2
Hook Type: filter
Displaying hooks found in version: woocommerce.10.2.2apply_filters('woocommerce_customer_stock_notification_verified_redirect_url') is found 1 times:
- /src/Internal/StockNotifications/Emails/EmailActionController.php line 103
* * @param string $url * @return string */ $url = apply_filters( 'woocommerce_customer_stock_notification_verified_redirect_url', get_permalink( wc_get_page_id( 'shop' ) ) ); wp_safe_redirect( $url ); } } /** * If the unsubscribe key matches, it updates the notification status to cancelled.