Set item group, unless already in a lower group.
WP_Dependencies::all_deps
Determines dependencies.
WP_Dependencies::do_items
Processes the items and dependencies.
wp_headers
Filters the HTTP headers before they’re sent to the browser.
Advertisement
WP_Widget::get_settings
Retrieves the settings for all instances of the widget class.
WP_Widget::save_settings
Saves the settings for all instances of the widget class.
WP_Widget::_register_one
Registers an instance of the widget class.
in_widget_form
Fires at the end of the widget control form.
Advertisement
widget_form_callback
Filters the widget instance’s settings before displaying the control form.
widget_update_callback
Filters a widget’s settings before saving.
WP_Widget::form_callback
Generates the widget control form (Do NOT override).
WP_Widget::update_callback
Handles changed settings (Do NOT override).
Advertisement
WP_Widget::display_callback
Generates the actual widget content (Do NOT override).
widget_display_callback
Filters the settings for a particular widget instance.
WP_Widget::_get_form_callback
Retrieves the form callback.