wp_widget_rss_form
wp_widget_rss_form ( $args, $inputs = null )
Parameters:- (array|string) args Values for input fields.
- (array) inputs Override default display options.
Defined at: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: —
Description
Display RSS widget options form.The options for what fields are displayed for the RSS form are all booleans
and are as follows: 'url', 'title', 'items', 'show_summary', 'show_author',
'show_date'.