do_action( ‘comment_on_password_protected’, int $comment_post_id )

In this article

Fires when a comment is attempted on a password-protected post.

Parameters

$comment_post_idint
Post ID.

Source

do_action( 'comment_on_password_protected', $comment_post_id );

Changelog

VersionDescription
2.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.