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



rest_prepare_theme › Filtr WordPress Hooks

Od5.0.0
Przestarzałyn/a
apply_filters( 'rest_prepare_theme', $response, $theme, $request )
Parametry: (3)
  • (WP_REST_Response) $response The response object.
    Wymagane: Tak
  • (WP_Theme) $theme Theme object used to create response.
    Wymagane: Tak
  • (WP_REST_Request) $request Request object.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters theme data returned from the REST API.





Źródło

return apply_filters( 'rest_prepare_theme', $response, $theme, $request );