Provider
Class: PayPal Standard Migration Provider.
@package: LearnDash / Core
Source Files: src/Core/Modules/Payments/Gateways/Paypal_Standard/Migration/Provider.php
Class: PayPal Standard Migration Provider.
Method: Returns the PayPal Standard migration API keys.
Processor::get_paypal_standard_migration_api_keys Read More »
Method: Returns true if the PayPal Standard is in test mode.
Processor::is_paypal_standard_test_mode Read More »
Method: Returns the PayPal Standard settings.
Processor::get_paypal_standard_settings Read More »
Method: Cancels a PayPal Standard subscription using PayPal NVP API.
Processor::cancel_paypal_standard_subscription Read More »
Method: Creates a new PayPal Checkout subscription.
Processor::create_paypal_checkout_subscription Read More »
Method: Runs the migration for a specific subscription.
Processor::run_migration Read More »
Class: PayPal Standard Migration Processor.
Action Hook: Fires after the PayPal Standard migration shortcode.
learndash_paypal_standard_migration_shortcode_after Read More »
Method: Outputs the migration shortcode.
Class: PayPal Standard Migration Shortcode class.
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 subscriptions.
Subscriptions::get_total_subscriptions Read More »
Method: Gets the total number of migrated users.
Subscriptions::get_total_migrated_users Read More »
Class: PayPal Standard Migration Subscriptions helper.
Method: Hooks wrapper.