Browse: Home / Hooks /

learndash_location_is_updates_page

apply_filters( 'learndash_location_is_updates_page',  bool $return,  string|null $screen_id )

Filters whether the screen ID is the WordPress Dashboard -> Updates page.


Description #


Parameters #

$return

(bool) True if the screen ID is the WordPress Dashboard -> Updates page, false otherwise.

$screen_id

(string|null) The screen ID.


Return #

(bool) True if the screen ID is the WordPress Dashboard -> Updates page, false otherwise.


Source #

File: src/Core/Utilities/Location.php


Changelog #

Changelog
Version Description
4.25.5 Introduced.