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.


Top ↑

Source Source

File: includes/admin/class-llms-admin-header.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
7.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.