You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$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:
Adding a deprecation warning to the sniff which will inform people to remove the sniff reference from their own custom ruleset.
Silencing all messages from the sniff from within the VIPMinimum ruleset, effectively removing the sniff already for people using the standard rulesets.
Remove the actual sniff in the next major, i.e. 3.0.0.
Since all sites have moved from .com, we can remove the sniff since REST API is loaded by default.
VIP-Coding-Standards/WordPressVIPMinimum/Sniffs/Compatibility/ZoninatorSniff.php
Line 75 in 60ad148
Not to mention that the function mentioned in the error message is deprecated:
https://github.com/Automattic/vip-go-wpcom-compat/blob/79bce981b331c7ed9e608f06b2407f976dac9235/wpcom-deprecated-functions.php#L9
The text was updated successfully, but these errors were encountered: