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