apply_filters( 'comments_popup_link_attributes', string $attributes )

Filters the comments link attributes for display.


Parameters

$attributes string
The comments link attributes. Default empty.

Top ↑

Source

File: wp-includes/comment-template.php. View all references

echo apply_filters( 'comments_popup_link_attributes', $attributes );


Top ↑

Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes

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