wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



rest_after_insert_comment › Działania WordPress Hooks

Od5.0.0
Przestarzałyn/a
do_action( 'rest_after_insert_comment', $comment, $request, true )
Parametry: (3)
  • (WP_Comment) $comment Inserted or updated comment object.
    Wymagane: Tak
  • (WP_REST_Request) $request Request object.
    Wymagane: Tak
  • (bool) $creating True when creating a comment, false when updating.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires completely after a comment is created or updated via the REST API.





Źródło

do_action( 'rest_after_insert_comment', $comment, $request, true );