Astra_Ext_Nav_Menu_Loader::megamenu_style()

Print inline CSS to footer.


Description


Return

(void)


Source

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

		public function megamenu_style() {

			if ( '' != self::$mega_menu_style ) {
				echo "<style type='text/css' class='astra-megamenu-inline-style'>";
				echo self::$mega_menu_style; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
				echo '</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.