Astra_Ext_Nav_Menu_Loader::add_css( string $style )

Append CSS style to class variable.


Description


Parameters

$style

(string) (Required) Inline style string.


Return

(void)


Source

File: addons/nav-menu/classes/class-astra-ext-nav-menu-loader.php

		public static function add_css( $style ) {
			self::$mega_menu_style .= $style;
		}

Changelog

Changelog
Version Description
1.6.0 Introduced.

User Contributed Notes

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