Browse: Home / Hooks /

learndash_deprecated_settings_page_url_redirect

apply_filters( 'learndash_deprecated_settings_page_url_redirect',  string $redirect_url,  string $page_slug,  string $version,  array $replacement_args )

Filters the redirect URL.


Description #


Parameters #

$redirect_url

(string) Redirect URL.

$page_slug

(string) The original page slug as in 'page=<page_slug>'.

$version

(string) The version of LearnDash that deprecated the function.

$replacement_args

(array) An array of replacement page args used to generate the $redirect_url.


Source #

File: includes/settings/class-ld-settings-pages-deprecated.php


Changelog #

Changelog
Version Description
3.6.0 Introduced.