Astra_Site_Identity_Configs::is_transparent_header_enabled()
Check if transparent header is enabled on the page being previewed.
Description
Return
(boolean) True - If Transparent Header is enabled, False if not.
Source
File: inc/customizer/configurations/layout/class-astra-site-identity-configs.php
public function is_transparent_header_enabled() { $status = Astra_Ext_Transparent_Header_Markup::is_transparent_header(); return ( true === $status ? true : false ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
2.4.5 | Introduced. |