Astra_Markup::ast_comment_data_wrap_open( array $args )

Comment data wrapper opening div.


Description


Parameters

$args

(array) (Required) markup arguments.


Return

(array.)


Source

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

	public function ast_comment_data_wrap_open( $args ) {
		$args['open']  = '<div %s>';
		$args['attrs'] = array( 'class' => 'ast-comment-data-wrap' );           
		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.