Astra_Markup::comment_count_wrapper_close( array $args )

Comment count wrapper closing div.


Description


Parameters

$args

(array) (Required) markup arguments.


Return

(array.)


Source

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

	public function comment_count_wrapper_close( $args ) {
		$args['close'] = '</div>';
		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.