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



rest_prepare_font_collection › WordPress Filter Hooks

Da6.5.0
Deprecaton/a
apply_filters( 'rest_prepare_font_collection', $response, $item, $request )
Parametri: (3)
  • (WP_REST_Response) $response The response object.
    Richiesto:
  • (WP_Font_Collection) $item The font collection object.
    Richiesto:
  • (WP_REST_Request) $request Request used to generate the response.
    Richiesto:
Definito a:
Codex:

Filters the font collection data for a REST API response.





Sorgenti

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