Archive | Functions RSS feed for this section

wp_write_post

Creates a new post from the “Write Post” form using $_POST information.

4277

Continue reading

wp_widget_rss_process

Process RSS feed widget data and optionally retrieve feed items.The feed widget can not have more than 20 items or it will reset back to the default, which is 10.

4275

Continue reading

wp_widget_rss_form

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’.

4271

Continue reading

wp_widget_description

Retrieve description for widget.When registering widgets, the options can also include ‘description’ that describes the widget for display on the widget administration panel or in the theme.

4269

Continue reading