wpseek.com
WordPress开发者和主题制作者的搜索引擎



pre_comment_author_url › WordPress过滤钩子

Since1.5.0
已弃用n/a
apply_filters( 'pre_comment_author_url', $_COOKIE[ 'comment_author_url_' . COOKIEHASH ] )
参数:
  • (string) $author_url_cookie The comment author URL cookie.
    Required: Yes
定义在:
文档:

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.





源码

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