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
As part of v1.4.1 parse_url() has been changed to wp_parse_url() which requires at least WP 4.4 (second parameter as of 4.7 is not used here).
This change has already been published without community complains (and Statify itself is requires 4.7 as of 1.5.2), so just change the README file here and don't revert any code if not necessary.
The text was updated successfully, but these errors were encountered:
As part of v1.4.1
parse_url()
has been changed towp_parse_url()
which requires at least WP 4.4 (second parameter as of 4.7 is not used here).This change has already been published without community complains (and Statify itself is requires 4.7 as of 1.5.2), so just change the README file here and don't revert any code if not necessary.
The text was updated successfully, but these errors were encountered: