astra_maybe_disable_global_color_in_elementor()

Check if Theme Global Colors need to be disable in Elementor global color settings.


Description


Return

(bool)


Source

File: inc/extras.php

function astra_maybe_disable_global_color_in_elementor() {
	return apply_filters( 'astra_disable_global_colors_in_elementor', false );
}

Changelog

Changelog
Version Description
3.7.4 Introduced.


User Contributed Notes

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