Update jetpack function
-
Howdy!
I’m a developer for Automattic working on Jetpack. I noticed that you’re using the
jetpack_photon_parse_urlfunction infrontend/class-frontend.phpL65.We’re looking at removing this function from Jetpack as
wp_parse_urlis fully compatible with it.wp_parse_urlin WP 4.7 was updated to include the second argument and since that’s your minimum WP version, everyone running the latest version of your plugin should be able to usewp_parse_urlinstead of thejetpack_photon_parse_urlfunction.We can punt removing the function for a bit to allow your users to update to a newer version, but please do let me know when you’d expect to be able to update it so I can note it in our internal docs.
Please let me know if you have any questions and thank you!
The topic ‘Update jetpack function’ is closed to new replies.