Astra_Dynamic_CSS::astra_4_6_14_compatibility()

Restrict unitless support to body font by default.


Description

  1. Unitless line-height support.
  2. 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 );
		}

Changelog

Changelog
Version Description
4.6.14 Introduced.


User Contributed Notes

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