Astra_Builder_Customizer::astra_collect_customizer_builder_data()

Collect Customizer Builder Data to process further.


Description


Return

(bool)


Source

File: inc/customizer/class-astra-builder-customizer.php

	public static function astra_collect_customizer_builder_data() {
		return ( ! is_customize_preview() && apply_filters( 'astra_collect_customizer_builder_data', false ) ) ? true : false;
	}

Changelog

Changelog
Version Description
4.5.2 Introduced.


User Contributed Notes

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