Filters the font face data for a REST API response.
$responseWP_REST_Response$postWP_Post$requestWP_REST_Requestwp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php:483WP_REST_Font_Faces_Controller::prepare_item_for_response() * @since 6.5.0 * * @param WP_REST_Response $response The response object. * @param WP_Post $post Font face post object. * @param WP_REST_Request $request Request object. */ return apply_filters( 'rest_prepare_wp_font_face', $response, $item, $request ); } /** * Retrieves the post's schema, conforming to JSON Schema. * * @since 6.5.0Introduced in 6.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.