Filter hook 'wp_get_current_commenter'

in WP Core File wp-includes/comment.php at line 1920

Description

Filters the current commenter's name, email, and URL. }

Occurrences

Filename Line Number
wp-includes/comment.php 1920

Parameters

Type Name Description
array $comment_author_data { An array of current commenter variables.

PHP Doc

/**
	 * 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.
	 * }
	 */