Astra_Woocommerce::astra_update_default_font_styling()
Astra update default font size and font weight.
Description
Return
(bool)
Source
File: inc/compatibility/woocommerce/class-astra-woocommerce.php
public static function astra_update_default_font_styling() {
$astra_settings = get_option( ASTRA_THEME_SETTINGS );
$astra_settings['ast-font-style-update'] = isset( $astra_settings['ast-font-style-update'] ) ? false : true;
return apply_filters( 'astra_default_font_style_update', $astra_settings['ast-font-style-update'] );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |