Subscriptions::is_test_mode()
Method: Checks if the test mode is enabled.
Subscriptions::is_test_mode Read More »
@package: LearnDash / Core
Source Files: src/Core/Modules/Payments/Gateways/Paypal_Standard/Migration/Subscriptions.php
Method: Checks if the test mode is enabled.
Subscriptions::is_test_mode Read More »
Method: Gets the PayPal subscription ID for paypal_ipn based on user_id and course_id.
Subscriptions::get_paypal_subscription_id Read More »
Method: Returns a list of email addresses of users with subscriptions that require migration.
Subscriptions::get_user_emails Read More »
Method: Gets the user subscribed product IDs.
Subscriptions::get_user_subscribed_product_ids Read More »
Method: Gets the current subscriptions.
Subscriptions::get_current_subscriptions Read More »
Method: Gets the total number of migrated users.
Subscriptions::get_total_migrated_users Read More »
Method: Gets the total number of subscriptions.
Subscriptions::get_total_subscriptions Read More »
Class: PayPal Standard Migration Subscriptions helper.