Filter hook 'comments_popup_link_attributes'

in WP Core File wp-includes/comment-template.php at line 1710

Description

Filters the comments link attributes for display.

Occurrences

Filename Line Number
wp-includes/comment-template.php 1710

Parameters

Type Name Description
string $link_attributes The comments link attributes. Default empty.

PHP Doc

/**
	 * Filters the comments link attributes for display.
	 *
	 * @since 2.5.0
	 *
	 * @param string $link_attributes The comments link attributes. Default empty.
	 */