comments_popup_link_attributes WordPress Filter Hook

The comments_popup_link_attributes hook is used to modify the attributes of the comments popup link. This hook is called before the comments popup link is outputted.

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 on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More