astra_has_submenu_transperent_styling()
To avoid multiple Transparent color in submenu anchor tag.
Description
Old Users – Will not reflect directly. New Users – Will see the changes
Return
(bool) true|false.
Source
File: inc/addons/transparent-header/classes/dynamic-css/dynamic.css.php
function astra_has_submenu_transperent_styling() { $astra_settings = get_option( ASTRA_THEME_SETTINGS ); return apply_filters( 'astra_submenu_anchor_transperent_style', isset( $astra_settings['v4-3-2-anchor_transperent_style'] ) ? false : true ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |