wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



set_comment_cookies › WordPress Action Hooks

Seit4.9.6
Veraltetn/v
do_action( 'set_comment_cookies', $comment, $user, $cookies_consent )
Parameter: (3)
  • (WP_Comment) $comment Comment object.
    Erforderlich: Ja
  • (WP_User) $user Comment author's user object. The user may not exist.
    Erforderlich: Ja
  • (bool) $cookies_consent Comment author's consent to store cookies.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after comment cookies are set.





Quellcode

do_action( 'set_comment_cookies', $comment, $user, $cookies_consent );