astra_scndry_btn_default_padding()
Check whether user is existing or new to apply the updated default values for secondary button padding.
Description
Return
(string)
Source
File: inc/extras.php
function astra_scndry_btn_default_padding() {
$astra_settings = get_option( ASTRA_THEME_SETTINGS, array() );
$padding_updated = isset( $astra_settings['scndry-btn-default-padding'] ) ? $astra_settings['scndry-btn-default-padding'] : true;
return apply_filters( 'astra_update_secondary_button_padding_defaults', $padding_updated );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 4.5.2 | Introduced. |