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;
}
Expand full source code Collapse full source code View on Trac