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



rest_prepare_application_password › WordPress Filter Hooks

Seit5.6.0
Veraltetn/v
apply_filters( 'rest_prepare_application_password', $response, $item, $request )
Parameter: (3)
  • (WP_REST_Response) $response The response object.
    Erforderlich: Ja
  • (array) $item The application password array.
    Erforderlich: Ja
  • (WP_REST_Request) $request The request object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the REST API response for an application password.





Quellcode

return apply_filters( 'rest_prepare_application_password', $response, $item, $request );