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



rest_prepare_url_details › WordPress Filter Hooks

Da5.9.0
Deprecaton/a
apply_filters( 'rest_prepare_url_details', $response, $url, $request, $remote_url_response )
Parametri: (4)
  • (WP_REST_Response) $response The response object.
    Richiesto:
  • (string) $url The requested URL.
    Richiesto:
  • (WP_REST_Request) $request Request object.
    Richiesto:
  • (string) $remote_url_response HTTP response body from the remote URL.
    Richiesto:
Definito a:
Codex:

Filters the URL data for the response.





Sorgenti

return apply_filters( 'rest_prepare_url_details', $response, $url, $request, $remote_url_response );