astra_header_custom_item_outside_menu()

Footer widgets markup


Description

Loads appropriate template file based on the style option selected in options panel.


Source

File: inc/template-parts.php

	function astra_header_custom_item_outside_menu() {

		if ( astra_get_option( 'header-display-outside-menu' ) ) {
			$markup = astra_masthead_get_menu_items( true );

			echo $markup; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
		}
	}

Changelog

Changelog
Version Description
1.0.12 Introduced.


User Contributed Notes

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