wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



rest_prepare_font_collection › WordPress Filter Hooks

Seit6.5.0
Veraltetn/v
apply_filters( 'rest_prepare_font_collection', $response, $item, $request )
Parameter: (3)
  • (WP_REST_Response) $response The response object.
    Erforderlich: Ja
  • (WP_Font_Collection) $item The font collection object.
    Erforderlich: Ja
  • (WP_REST_Request) $request Request used to generate the response.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the font collection data for a REST API response.





Quellcode

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