Astra_BB_Ultimate_Addon::default_type_button_line_height()

Default type : Button Line Height


Description


Source

File: inc/compatibility/class-astra-bb-ultimate-addon.php

		public function default_type_button_line_height() {
			$theme_btn_body_line_height = astra_get_option( 'body-line-height', 1.85714285714286 );
			$theme_btn_line_height      = astra_get_option( 'theme-btn-line-height', $theme_btn_body_line_height );
			return $theme_btn_line_height;
		}

Changelog

Changelog
Version Description
2.2.0 Introduced.


User Contributed Notes

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