Webcreations907 / WBC-Importer-extension

One click demo content importer extension for Reduxframework
GNU General Public License v2.0
66 stars 38 forks source link

wp_get_http Deprecated since 4.4. Use WP_http instead #58

Open thirumani02 opened 8 years ago

thirumani02 commented 8 years ago

RECOMMENDED: wp_get_http() found in the file /extensions/wbc_importer/inc/importer/wordpress-importer.php. Deprecated since version 4.4. Use WP_Http instead. Line 905: $headers = wp_get_http( $url, $upload['file'] );

Is there any method to resolve this?

genethic commented 8 years ago

First of all, thanks for this awesome extension! I would like to know if you have plans to fix this issue? I would like to make a pull request if not

taksu commented 8 years ago

@genethic please make the pull request and/or paste the updated code here if you have the fix. Would really appreciate it. Thanks.

Webcreations907 commented 8 years ago

Hello, That is part of the WordPress Importer plugin by WordPress. I can take a look at it, but they should be the ones that fix the issue since it's in their plugin. I see on their issues/support tab that others have brought the issue up to them, so hopefully they'll get it fixed.