Filter: bricks/comments/author_tag
Filters the HTML tag used to wrap the comment author’s name in the comments list.
Parameters
Section titled “Parameters”$tag(string): The HTML tag name. Defaults toh5.
Example usage
Section titled “Example usage”add_filter( 'bricks/comments/author_tag', function( $tag ) { // Change author name tag to 'span' return 'span';} );Was this helpful?
A quick vote and short notes help us improve these docs faster.
Leave a note for us
Please do not include passwords, license keys, or personal data. We store submitted notes to improve the docs.
Thanks for sharing feedback. We're using it to improve these docs.