Summery Summery
Handles _deprecated_argument() errors.
Syntax Syntax
Parameters Parameters
- $function
-
(Required) The function that was called.
- $message
-
(Required) A message regarding the change.
- $version
-
(Required) Version.
Source Source
File: wp-includes/rest-api.php
return new WP_REST_Response( $response->get_data(), $response->get_status(), $response->get_headers() ); } return new WP_REST_Response( $response ); } /** * Handles _deprecated_function() errors. * * @since 4.4.0
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |