astra_enable_page_builder_compatibility()

Allow filter to enable/disable page builder compatibility.


Description

See also


Return

(bool) True - If the page builder compatibility is enabled. False - IF the page builder compatibility is disabled.


Source

File: inc/core/common-functions.php

	function astra_enable_page_builder_compatibility() {
		return apply_filters( 'astra_enable_page_builder_compatibility', true );
	}

Changelog

Changelog
Version Description
1.2.2 Introduced.


User Contributed Notes

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