Browse: Home / Hooks /

learndash_deprecated_settings_page_run

do_action( 'learndash_deprecated_settings_page_run',  string $page_slug,  array $replacement_args,  string $version )

Fires when a deprecated settings page is called.


Description #


Parameters #

$page_slug

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

$replacement_args

(array) An array of replacement page args. Will be passed to add_query_arg() to generate redirect.

$version

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


Source #

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


Changelog #

Changelog
Version Description
3.6.0 Introduced.