Browse: Home / Hooks /

learndash_header_variant

apply_filters( 'learndash_header_variant',  string $header_variant )

Filters the admin header variant.


Description #

Available options are ‘legacy’, ‘modern’.


Parameters #

$header_variant

(string) The header variant. Default is 'legacy'.


Return #

(string)


Source #

File: includes/admin/class-learndash-admin-menus-tabs.php


Changelog #

Changelog
Version Description
4.20.0 Introduced.