astra_existing_header_footer_configs()
Is theme existing header footer configs enable.
Description
Return
(bool) true/false.
Source
File: inc/extras.php
function astra_existing_header_footer_configs() {
return apply_filters( 'astra_existing_header_footer_configs', true );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |