-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
Require: VIPCS 3.0Breaking changes for major versionBreaking changes for major versionStatus: Has PR
Milestone
Description
Since all sites have moved from .com, we can remove the sniff since REST API is loaded by default.
* This sniff reminds the developers to check whether the WordPress Core REST API is enabled
- along with loading v0.8 and above.
| $message = 'Zoninator of version >= v0.8 requires WordPress core REST API. Please, make sure the `wpcom_vip_load_wp_rest_api()` is being called on all sites loading this file.'; |
Not to mention that the function mentioned in the error message is deprecated:
GaryJones
Metadata
Metadata
Assignees
Labels
Require: VIPCS 3.0Breaking changes for major versionBreaking changes for major versionStatus: Has PR