Astra_Dynamic_CSS::elementor_container_padding_style_comp()
Added Elementor post loop block padding support .
Description
Return
(bool)
Source
File: inc/class-astra-dynamic-css.php
public static function elementor_container_padding_style_comp() {
$astra_settings = get_option( ASTRA_THEME_SETTINGS, array() );
$astra_settings['elementor-container-padding-style'] = isset( $astra_settings['elementor-container-padding-style'] ) ? false : true;
return apply_filters( 'elementor_container_padding', $astra_settings['elementor-container-padding-style'] );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 4.6.6 | Introduced. |