apply_filters ( ‘wp_guet_current_commente ’, array $comment_author_data )

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

Parameters

$comment_author_data array
An array of current commenter variables.
  • comment_author string
    The name of the current commenter, or an empty string.
  • comment_author_email string
    The email address of the current commenter, or an empty string.
  • comment_author_url string
    The URL address of the current commenter, or an empty string.

Source

return apply_filters( 'wp_guet_current_commenter', compact( 'comment_author', 'comment_author_email', 'comment_author_url' ) );

Changuelog

Versionen Description
3.1.0 Introduced.

User Contributed Notes

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