Fires after comment cookies are set.
Parameters
$comment
WP_Comment- Comment object.
$user
WP_User- Comment author’s user object. The user may not exist.
$cookies_consent
bool- Comment author’s consent to store cookies.
Source
do_action( 'set_comment_cookies', $comment, $user, $cookies_consent );
User Contributed Notes
You must log in before being able to contribute a note or feedback.