Astra_Dynamic_CSS::astra_4_9_0_compatibility()
Check version 4.9.0 backward compatibility.
Description
Return
(boolean) false if it is an existing user, true if not.
Source
File: inc/class-astra-dynamic-css.php
public static function astra_4_9_0_compatibility() { $astra_settings = astra_get_options(); return apply_filters( 'astra_dark_palette_backward', isset( $astra_settings['v4-9-0-backward-option'] ) ? false : true ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |