Astra_Markup::header_widget_area_inner( array $args )

Header widget inner class.


Description


Parameters

$args

(array) (Required) Attributes.


Return

(string.)


Source

File: inc/core/markup/class-astra-markup.php

	public function header_widget_area_inner( $args ) {
		if ( Astra_Builder_Helper::apply_flex_based_css() ) {
			$args['class'] = $args['class'] . ' header-widget-area-inner';
		}
		return $args;
	}

Changelog

Changelog
Version Description
3.3.0 Introduced.


User Contributed Notes

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