apply_filters( 'llms_admin_show_header', bool $show_header , WP_Screen $current_screen , string $page )
Allow developers to filter the show header value.
Parameters Parameters
- $show_header
-
(bool) Whether to show the header.
- $current_screen
-
(WP_Screen) The current screen object.
- $page
-
(string) The current page if available.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 7.4.0 | Introduced. |