Astra_Dynamic_CSS::astra_4_6_14_compatibility()
Restrict unitless support to body font by default.
Description
- Unitless line-height support.
- Font-size of h5-h6 default update.
Return
(bool) true|false.
Source
File: inc/class-astra-dynamic-css.php
public static function astra_4_6_14_compatibility() { $astra_settings = get_option( ASTRA_THEME_SETTINGS, array() ); return apply_filters( 'astra_get_option_enable-4-6-14-compatibility', isset( $astra_settings['enable-4-6-14-compatibility'] ) ? false : true ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.6.14 | Introduced. |