Astra_Dynamic_CSS::elementor_btn_styling_comp()
Added Elementor button styling support.
Description
Return
(bool)
Source
File: inc/class-astra-dynamic-css.php
public static function elementor_btn_styling_comp() {
$astra_settings = get_option( ASTRA_THEME_SETTINGS, array() );
$elementor_body_selector_compatibility = isset( $astra_settings['elementor-btn-styling'] ) && $astra_settings['elementor-btn-styling'] ? true : false;
return apply_filters( 'astra_elementor_button_body_selector_compatibility', $elementor_body_selector_compatibility );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 4.6.12 | Introduced. |