Astra_Dynamic_CSS::astra_check_default_color_typo()
Check is new structural things are updated.
Description
Return
(bool) true|false.
Source
File: inc/class-astra-dynamic-css.php
public static function astra_check_default_color_typo() {
$astra_settings = get_option( ASTRA_THEME_SETTINGS );
return apply_filters( 'astra_get_option_update_default_color_typo', isset( $astra_settings['update-default-color-typo'] ) ? false : true );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 4.0.0 | Introduced. |