Astra_Dynamic_CSS::remove_logo_max_width_mobile_static_css()
Whether to remove or not following CSS which restricts logo size on responsive devices.
Description
See also
Return
(boolean) false if it is an existing user, true if not.
Source
File: inc/class-astra-dynamic-css.php
public static function remove_logo_max_width_mobile_static_css() { $astra_settings = get_option( ASTRA_THEME_SETTINGS ); $astra_settings['can-remove-logo-max-width-css'] = isset( $astra_settings['can-remove-logo-max-width-css'] ) ? false : true; return apply_filters( 'astra_remove_logo_max_width_css', $astra_settings['can-remove-logo-max-width-css'] ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |