WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_on_password_protected

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment.php do_action 3555 /**
* Fires when a comment is attempted on a password-protected post.
*
* @since 2.9.0
*
* @param int $comment_post_id Post ID.
*/

Hook Parameters

Parameter Type Name Description
int $comment_post_id Post ID.