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 );
		}

Changelog

Changelog
Version Description
4.8.4 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.