Astra_BB_Ultimate_Addon::button_border_width()

Button Border Width


Description


Source

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

		public function button_border_width() {

			$btn_width     = array();
			$get_btn_width = astra_get_option( 'theme-button-border-group-border-size' );

			if ( ! empty( $get_btn_width ) ) {
				$btn_width = $get_btn_width;
			}

			return $btn_width;
		}


User Contributed Notes

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