wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



rest_prepare_comment › WordPress Filter Hooks

Da4.7.0
Deprecaton/a
apply_filters( 'rest_prepare_comment', $response, $comment, $request )
Parametri: (3)
  • (WP_REST_Response) $response The response object.
    Richiesto:
  • (WP_Comment) $comment The original comment object.
    Richiesto:
  • (WP_REST_Request) $request Request used to generate the response.
    Richiesto:
Definito a:
Codex:

Filters a comment returned from the REST API.

Allows modification of the comment right before it is returned.





Sorgenti

return apply_filters( 'rest_prepare_comment', $response, $comment, $request );