Browse: Home / Hooks /

learndash_location_is_learndash_admin_page

apply_filters( 'learndash_location_is_learndash_admin_page',  bool $return,  string|null $screen )

Filters whether the screen ID is a LearnDash admin page.


Description #


Parameters #

$return

(bool) True if the screen ID is a LearnDash page, false otherwise.

$screen

(string|null) The screen ID.


Return #

(bool) True if the screen ID is a LearnDash page, false otherwise.


Source #

File: src/Core/Utilities/Location.php