astra_addon_existing_header_footer_configs()
Is Astra Addon existing header footer configs enable.
Description
Return
(bool) true/false.
Source
File: classes/helper-functions.php
function astra_addon_existing_header_footer_configs() {
return apply_filters( 'astra_addon_existing_header_footer_configs', true );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |