Automattic / vip-go-wpcom-compat

VIP Go / WordPress.com Compatibility
https://wpvip.com
2 stars 6 forks source link

Add deprecated functions from WPCOM #5

Closed emrikol closed 6 years ago

emrikol commented 6 years ago

This adds wpcom_vip_load_wp_rest_api() as a deprecated function. This is likely present in some themes, and will fatal on VIP Go since it's a WPCOM specific function.

mjangda commented 6 years ago

Should we create a new deprecated.php file?

emrikol commented 6 years ago

Should we create a new deprecated.php file?

That's a good question. Is it worth it for the single deprecated function right now? I'm happy to move it to a separate file if you think it's better.

mjangda commented 6 years ago

Let's move it with the assumption that there will be more :)

emrikol commented 6 years ago

Done! :)