astra_has_gcp_typo_preset_compatibility()
Check compatibility for content background and typography options.
Description
Source
File: inc/extras.php
function astra_has_gcp_typo_preset_compatibility() {
if ( defined( 'ASTRA_EXT_VER' ) && version_compare( ASTRA_EXT_VER, '3.6.0', '<' ) ) {
return false;
}
return true;
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |