Astra_Dynamic_CSS::heading_font_size_comp()
PX to em conversion failed with default value set.
Description
Return
(boolean)
Source
File: inc/class-astra-dynamic-css.php
public static function heading_font_size_comp() { $astra_settings = get_option( ASTRA_THEME_SETTINGS, array() ); return apply_filters( 'heading_font_size_compatibility', isset( $astra_settings['astra-heading-font-size-compatibility'] ) ? false : true ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.8.4 | Introduced. |