Astra_Ext_Sticky_Header_Markup::render_header_svg_mask()

Render Svg Mask for Header logo


Description


Return

(void)


Source

File: addons/sticky-header/classes/class-astra-ext-sticky-header-markup.php

		public function render_header_svg_mask() {

			$header_sticky_logo_color = astra_get_option( 'sticky-header-builder-logo-color' );

			if ( $header_sticky_logo_color && 'unset' !== $header_sticky_logo_color ) {
				astra_render_svg_mask( 'ast-img-color-filter-3', 'sticky_header_logo_color', $header_sticky_logo_color );
			}
		}

Changelog

Changelog
Version Description
4.3.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.