Browse: Home / Hooks /

learndash_subscription_payment_retry_email_placeholders

apply_filters( 'learndash_subscription_payment_retry_email_placeholders',  LearnDashCoreModulesPaymentsSubscriptionsarray<string, ,  int $user_id,  int $product_id,  LearnDashCoreModelsCommerceSubscription $subscription )

Filters payment retry email placeholders.


Description #


Parameters #

(<span class="LearnDashCoreModulesPaymentsSubscriptionsarrayLearnDashCoreModulesPaymentsSubscriptionsarray<string,) mixed> $placeholders Array of placeholders.

$user_id

(int) User ID.

$product_id

(int) Product ID.

$subscription

(LearnDashCoreModelsCommerceSubscription) The subscription.


Source #

File: src/Core/Modules/Payments/Subscriptions/Retry_Email_Trigger.php


Changelog #

Changelog
Version Description
4.25.3 Introduced.