apply_filters( 'comments_popup_link_attributes', string $link_attributes )

Filters the comments link attributes for display.


Parameters

$link_attributes string
The comments link attributes. Default empty.

Top ↑

Source

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

$link_attributes = apply_filters( 'comments_popup_link_attributes', $link_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.