pre_comment_author_name WordPress Filter Hook

The pre_comment_author_name hook is called when the comment author's name is processed before saving the comment in the database.

apply_filters( 'pre_comment_author_name', string $author_cookie ) #

Filters the comment author’s name cookie before it is set.


Description

When this filter hook is evaluated in wp_filter_comment(), the comment author’s name string is passed.


Top ↑

Parameters

$author_cookie

(string)The comment author name cookie.


Top ↑

Source

File: wp-includes/comment.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
1.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