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 );
}

Changelog

Changelog
Version Description
2.7.0 Introduced.


User Contributed Notes

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