Filter hook 'pre_comment_author_url'

in WP Core File wp-includes/comment.php at line 629

Description

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.

Occurrences

Filename Line Number
wp-includes/comment.php 629
wp-includes/comment.php 2135

Parameters

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

PHP Doc

/**
		 * 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.
		 */