Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_BB_Ultimate_Addon / Astra_BB_Ultimate_Addon::default_type_button_padding()

Astra_BB_Ultimate_Addon::default_type_button_padding()

Default type : Button Padding


Description


Source

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

		public function default_type_button_padding() {

			$padding = astra_get_option( 'theme-button-padding' );

			return $padding;
		}

Expand full source code Collapse full source code View on Trac


Changelog

Changelog
Version Description
2.2.0 Introduced.

User Contributed Notes

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