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; }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |