woocommerce_customer_stock_notification_unsubscribe_redirect_url

woocommerce_customer_stock_notification_unsubscribe_redirect_url

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.2.2

apply_filters('woocommerce_customer_stock_notification_unsubscribe_redirect_url') is found 1 times:

  • /src/Internal/StockNotifications/Emails/EmailActionController.php line 141
    			 *
    			 * @param  string  $url
    			 * @return string
    			 */
    			$url = apply_filters( 'woocommerce_customer_stock_notification_unsubscribe_redirect_url', get_permalink( wc_get_page_id( 'shop' ) ) );
    			wp_safe_redirect( $url );
    		}
    	}
    
    	/**
    	 * Retrieves the notification to be processed based on the provided notification ID and action key.