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



pre_comment_author_url › WordPress Filter Hooks

Da1.5.0
Deprecaton/a
apply_filters( 'pre_comment_author_url', $_COOKIE[ 'comment_author_url_' . COOKIEHASH ] )
Parametri:
  • (string) $author_url_cookie The comment author URL cookie.
    Richiesto:
Definito a:
Codex:

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

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





Sorgenti

$comment_author_url = apply_filters( 'pre_comment_author_url', $_COOKIE[ 'comment_author_url_' . COOKIEHASH ] );