Opened 14 months ago
Last modified 41 hours ago
#56856 new defect (bug)
Blogger Importer: File class-feed.php is deprecated
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | normal | Version: | 4.7 |
Component: | Import | Keywords: | needs-patch |
Focuses: | Cc: |
Description
The Blogger Importer plugin (tested v0.9) causes the following deprecation notice:
PHP Deprecated: File class-feed.php is <strong>deprecated</strong> since version 4.7.0! Use fetch_feed() instead. in ../wp-includes/functions.php on line 5577
class-feed.php
was deprecated in [39449].
Change History (3)
#2
@
3 days ago
I am also experiencing the same issue on my blogs:
[]
The issue involves a deprecated file (class-feed.php) triggered by the Blogger Importer. This file has been deprecated and is no longer supported in the current version. Urgently seeking guidance on updating the Blogger Importer or adopting an alternative method. This is essential to ensure compatibility with upcoming WordPress updates. Your timely support in resolving this matter is highly appreciated. Thank you.
#3
@
41 hours ago
Hi, @sancs989 -- Would you please confirm which version of WordPress and which version of Blogger Importer (currently v0.9.2) you're using? The deprecated class file appears to have been addressed in v0.9.1.
Pull request with a fix on https://github.com/WordPress/blogger-importer/pull/4