This method has been deprecated.

Astra_BB_Ultimate_Addon::button_horizontal_padding()

Button Horizontal Padding.


Description


Source

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

		public function button_horizontal_padding() {

			$padding   = '';
			$h_padding = astra_get_option( 'button-h-padding' );

			if ( '' != $h_padding ) {
				$padding = $h_padding;
			}

			return $padding;
		}

Changelog

Changelog
Version Description
2.2.0 Introduced.


User Contributed Notes

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