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



rest_prepare_url_details › Filtr WordPress Hooks

Od5.9.0
Przestarzałyn/a
apply_filters( 'rest_prepare_url_details', $response, $url, $request, $remote_url_response )
Parametry: (4)
  • (WP_REST_Response) $response The response object.
    Wymagane: Tak
  • (string) $url The requested URL.
    Wymagane: Tak
  • (WP_REST_Request) $request Request object.
    Wymagane: Tak
  • (string) $remote_url_response HTTP response body from the remote URL.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the URL data for the response.





Źródło

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