Astra_Markup::comment_count_wrapper_open( array $args )

Comment count wrapper opening div.


Description


Parameters

$args

(array) (Required) markup arguments.


Return

(array.)


Source

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

	public function comment_count_wrapper_open( $args ) {
		$args['open']  = '<div %s>';
		$args['attrs'] = array( 'class' => 'comments-count-wrapper' );           
		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.