Browse: Home / Hooks /

learndash_paypal_purchase_success_url

apply_filters( 'learndash_paypal_purchase_success_url',  string $redirect_url,  int $post_id )

Filters URL for PayPal purchase success.


Description #


Parameters #

$redirect_url

(string) The URL to be redirected on PayPal success.

$post_id

(int) The Course/Group Post ID.


Source #

File: includes/deprecated/4.5.0/functions.php


Changelog #

Changelog
Version Description
3.6.0 Introduced.