Browse: Home / Hooks /

learndash_location_is_plugins_page

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

Filters whether the screen ID is the WordPress plugins page.


Description #


Parameters #

$return

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

$screen

(string|null) The screen ID.


Return #

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


Source #

File: src/Core/Utilities/Location.php


Changelog #

Changelog
Version Description
4.25.5 Introduced.