Description
Filters the font collection data for a REST API response.
Occurrences
Filename | Line Number |
---|---|
wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php | 205 |
Parameters
Type | Name | Description |
---|---|---|
WP_REST_Response | $response | The response object. |
WP_Font_Collection | $item | The font collection object. |
WP_REST_Request | $request | Request used to generate the response. |
PHP Doc
/**
* Filters the font collection data for a REST API response.
*
* @since 6.5.0
*
* @param WP_REST_Response $response The response object.
* @param WP_Font_Collection $item The font collection object.
* @param WP_REST_Request $request Request used to generate the response.
*/