astra_addon_4_6_0_compatibility()
Check Astra with modern blog setup.
Description
Source
File: classes/astra-common-functions.php
function astra_addon_4_6_0_compatibility() {
return is_callable( 'Astra_Dynamic_CSS::astra_4_6_0_compatibility' ) ? Astra_Dynamic_CSS::astra_4_6_0_compatibility() : false;
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |