[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 Dec 24 19:46:24 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: 6.9.1
Component: General | Version: 6.9
Severity: normal | Resolution:
Keywords: needs-testing has-patch has-unit- | Focuses:
tests | administration
-------------------------------------------------+-------------------------
Comment (by oglekler):
https://wordpress.org/plugins/wp-maintenance-mode/ - This plugin is using
several URLs (2) to fetch feeds.
Without the patch, we are getting the Warning, and with the patch
https://github.com/WordPress/wordpress-develop/pull/10631 the widget is
working as expected, and there are no deprecations. So, the code is
working and can be beautified before testing if no one will come up with a
more elegant approach, but because merging is recommended in the
changelog:
https://github.com/simplepie/simplepie/blob/master/CHANGELOG.md?plain=1#L75
it looks like the right approach.
For testers: there is the 'themeisle_sdk_feed_items' transient that this
plugin sets to prevent fetching feeds each time. Other plugins should have
similar behavior, so you have to disable this before testing.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64136#comment:12>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list