Astra_BB_Ultimate_Addon::default_type_button_text_transform()
Default type : Button Text Transform
Description
Source
File: inc/compatibility/class-astra-bb-ultimate-addon.php
public function default_type_button_text_transform() { $theme_btn_text_transform = astra_get_option( 'text-transform-button' ); return $theme_btn_text_transform; }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |