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
Getting the following error on import:
Notice: wp_get_http is deprecated since version 4.4.0! Use WP_Http instead. ..../wp-includes/functions.php on line 3831
Version 4.8.1
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0
Everything seems to work ok. Images loaded. Maybe WP core is just a notice and it still uses wp_get_http from deprecated list.
The text was updated successfully, but these errors were encountered:
Getting the following error on import:
Notice: wp_get_http is deprecated since version 4.4.0! Use WP_Http instead. ..../wp-includes/functions.php on line 3831
Version 4.8.1
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0
Everything seems to work ok. Images loaded. Maybe WP core is just a notice and it still uses
wp_get_http
from deprecated list.The text was updated successfully, but these errors were encountered: