Core Function
View Source on Trac ↗ wp_widget_rss_process()
wp_widget_rss_process( mixed $widget_rss, mixed $check_feed = true ) Processes RSS feed widget data and optionally retrieve feed items.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $widget_rss array | RSS widget feed data. Expects unescaped data. Required |
| $check_feed bool | Optional. Whether to check feed for errors. Default true. |
Return Value
(array)
array
Function Information
Since Version
2.5.0
Source File
wp-includes/widgets.php
Advertisement