woocommerce_abandoned_cart_recovery_url, $this->object->get_checkout_payment_url(
woocommerce_abandoned_cart_recovery_url, $this->object->get_checkout_payment_url(
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_abandoned_cart_recovery_url, $this->object->get_checkout_payment_url(') is found 1 times:
- /includes/emails/class-wc-email-customer-abandoned-cart-recovery.php line 474
* * @param string $url Default: the pending order's pay endpoint. * @param WC_Order $order Order being recovered. */ return (string) apply_filters( 'woocommerce_abandoned_cart_recovery_url', $this->object->get_checkout_payment_url(), $this->object ); } /** * Get the unsubscribe URL for the currently-bound order's recipient. * * Returns an HMAC-signed URL routed through `Endpoint::QUERY_VAR`