apply_filters( ‘comments_popup_link_attributes’, string $link_attributes )

In this article

Filters the comments link attributes for display.

Parameters

$link_attributesstring
The comments link attributes. Default empty.

Source

$link_attributes = apply_filters( 'comments_popup_link_attributes', $link_attributes );

Changelog

VersionDescription
2.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.