do_action( 'set_comment_cookies', WP_Comment $comment , WP_User $user , boolean $cookies_consent )
Perform other actions when comment cookies are set.
Parameters
- $comment
-
Comment object.
- $user
-
Comment author's user object. The user may not exist.
- $cookies_consent
-
Comment author's consent to store cookies.
Source
File: wp-comments-post.php
Changelog
Version | Description |
---|---|
WP-4.9.6 | The $cookies_consent parameter was added. |
WP-3.4.0 | Introduced. |