Astra_Markup::footer_widget_div_open( array $args )

Footer widget opening div.


Description


Parameters

$args

(array) (Required) div attributes.


Return

(array.)


Source

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

	public function footer_widget_div_open( $args ) {
		$args['open']  = '<div %s>';
		$args['attrs'] = array( 'class' => 'footer-widget-area-inner site-info-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.