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



transition_comment_status › WordPress Action Hooks

Seit2.7.0
Veraltetn/v
do_action( 'transition_comment_status', $new_status, $old_status, $comment )
Parameter: (3)
  • (int|string) $new_status The new comment status.
    Erforderlich: Ja
  • (int|string) $old_status The old comment status.
    Erforderlich: Ja
  • (WP_Comment) $comment Comment object.
    Erforderlich: Ja
Definiert in:
Codex:

Fires when the comment status is in transition.





Quellcode

do_action( 'transition_comment_status', $new_status, $old_status, $comment );