WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_get_current_commenter

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment.php apply_filters 1917 /**
* Filters the current commenter's name, email, and URL.
*
* @since 3.1.0
*
* @param array $comment_author_data {
* An array of current commenter variables.
*
* @type string $comment_author The name of the current commenter, or an empty string.
* @type string $comment_author_email The email address of the current commenter, or an empty string.
* @type string $comment_author_url The URL address of the current commenter, or an empty string.
* }
*/

Hook Parameters

Parameter Type Name Description
array $comment_author_dat a {