[wp-trac] [WordPress Trac] #64136: PHP Deprecated: Fetching multiple feeds with single SimplePie instance is deprecated since SimplePie 1.9.0
WordPress Trac
noreply at wordpress.org
Wed Oct 22 17:39:38 UTC 2025
#64136: PHP Deprecated: Fetching multiple feeds with single SimplePie instance is
deprecated since SimplePie 1.9.0
--------------------------+------------------------------
Reporter: muryam | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: administration
--------------------------+------------------------------
Comment (by ax3yui8stk):
Thanks for reporting this. The notice is related to a recent change in
SimplePie 1.9.0, which deprecated fetching multiple feeds using a single
instance.
This affects areas in WordPress where multiple RSS feeds are loaded
together, such as the Dashboard → Home and Dashboard → Updates screens.
The notice is harmless and doesn’t affect functionality, but it should be
fixed for compatibility with PHP 8.3 and newer SimplePie versions.
A patch will be needed to initialize separate SimplePie instances for each
feed instead of combining them. Marking as needs-patch for now.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64136#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list