Archive by Author

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

wp_widget_control

Meta widget used to display the control form for a widget.Called from dynamic_sidebar().

4267

Continue reading

wp_widgets_init

Register all of the default WordPress widgets on startup.Calls ‘widgets_init’ action after all of the WordPress widgets have been registered.

4265

Continue reading