WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_comment_author_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment.php apply_filters 630 /**
* 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.
*
* @since 1.5.0
*
* @param string $author_url_cookie The comment author URL cookie.
*/
wp-includes/comment.php apply_filters 2132 /**
* Filters the comment author's IP address before it is set.
*
* @since 1.5.0
*
* @param string $comment_author_ip The comment author's IP address.
*/

Hook Parameters

Parameter Type Name Description
string $author_url_cookie The comment author URL cookie.
string $author_url_cookie The comment author URL cookie.