Astra_BB_Ultimate_Addon::default_type_button_bg_color()

Default type : Button Background Color


Description


Source

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

		public function default_type_button_bg_color() {
			$theme_color  = astra_get_option( 'theme-color' );
			$btn_bg_color = astra_get_option( 'button-bg-color', $theme_color );
			return $btn_bg_color;
		}

Changelog

Changelog
Version Description
2.2.0 Introduced.


User Contributed Notes

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