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



rest_prepare_font_collection › Filtr WordPress Hooks

Od6.5.0
Przestarzałyn/a
apply_filters( 'rest_prepare_font_collection', $response, $item, $request )
Parametry: (3)
  • (WP_REST_Response) $response The response object.
    Wymagane: Tak
  • (WP_Font_Collection) $item The font collection object.
    Wymagane: Tak
  • (WP_REST_Request) $request Request used to generate the response.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the font collection data for a REST API response.





Źródło

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