apply_filters( 'wp_get_current_commenter', array $comment_author_data )

Filters the current commenter’s name, email, and URL.


Description Description


Parameters Parameters

$comment_author_data

(array) An array of current commenter variables.

  • 'comment_author'
    (string) The name of the author of the comment. Default empty.
  • 'comment_author_email'
    (string) The email address of the $comment_author. Default empty.
  • 'comment_author_url'
    (string) The URL address of the $comment_author. Default empty.


Top ↑

Source Source

File: wp-includes/comment.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.