astra_existing_header_footer_configs()

Is theme existing header footer configs enable.


Description


Return

(boolean) true/false.


Source

File: inc/extras.php

function astra_existing_header_footer_configs() {

	return apply_filters( 'astra_existing_header_footer_configs', true );
}

Changelog

Changelog
Version Description
3.0.0 Introduced.


User Contributed Notes

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