Astra_BB_Ultimate_Addon::default_type_button_bg_hover_color()
Default type : Button Background Color
Description
Source
File: inc/compatibility/class-astra-bb-ultimate-addon.php
public function default_type_button_bg_hover_color() {
$link_hover_color = astra_get_option( 'link-h-color' );
$btn_bg_hover_color = astra_get_option( 'button-bg-h-color', $link_hover_color );
return $btn_bg_hover_color;
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 2.2.0 | Introduced. |