Astra_Dynamic_CSS::gutenberg_core_patterns_compat()
Gutenberg pattern compatibility changes.
Description
Return
(bool) false if it is an existing user , true if not.
Source
File: inc/class-astra-dynamic-css.php
public static function gutenberg_core_patterns_compat() {
$astra_settings = get_option( ASTRA_THEME_SETTINGS );
$astra_settings['guntenberg-button-pattern-compat-css'] = isset( $astra_settings['guntenberg-button-pattern-compat-css'] ) ? false : true;
return apply_filters( 'astra_gutenberg_patterns_compatibility', $astra_settings['guntenberg-button-pattern-compat-css'] );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |