Update jetpack function
-
Howdy!
I’m a developer for Automattic working on Jetpack. I noticed that you’re using the
jetpack_photon_parse_url
function infrontend/class-frontend.php
L65.We’re looking at removing this function from Jetpack as
wp_parse_url
is fully compatible with it.wp_parse_url
in 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_url
instead of thejetpack_photon_parse_url
function.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.