astra_addon_has_gcp_typo_preset_compatibility()

Check compatibility for content background and typography options.


Description


Return

(bool) if astra theme version is less than 3.7.0, true else false.


Source

File: classes/helper-functions.php

function astra_addon_has_gcp_typo_preset_compatibility() {
	return version_compare( ASTRA_THEME_VERSION, '3.7.0', '<' );
}

Changelog

Changelog
Version Description
3.6.0 Introduced.

User Contributed Notes

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