wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



pre_comment_author_name › WordPress Filter Hooks

Da1.5.0
Deprecaton/a
apply_filters( 'pre_comment_author_name', $_COOKIE[ 'comment_author_' . COOKIEHASH ] )
Parametri:
  • (string) $author_cookie The comment author name cookie.
    Richiesto:
Definito a:
Codex:

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

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





Sorgenti

$comment_author = apply_filters( 'pre_comment_author_name', $_COOKIE[ 'comment_author_' . COOKIEHASH ] );