WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_post_redirect

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-comments-post.php apply_filters 78 /**
* Filters the location URI to send the commenter after posting.
*
* @since 2.0.5
*
* @param string $location The 'redirect_to' URI sent via $_POST.
* @param WP_Comment $comment Comment object.
*/

Hook Parameters

Parameter Type Name Description
string $location The 'redirect_to' URI sent via $_POST.
WP_Comment $comment Comment object.