Open thirumani02 opened 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
@genethic please make the pull request and/or paste the updated code here if you have the fix. Would really appreciate it. Thanks.
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.
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?