Retrieves the widget update callback.
WP_Widget::_get_display_callback
Retrieves the widget display callback.
WP_Widget::_set
Sets the internal order number for the widget instance.
WP_Widget::_register
Register all widget instances of this widget class.
Advertisement
WP_Widget::get_field_id
Constructs id attributes for use in WP_Widget::form() fields.
WP_Widget::get_field_name
Constructs name attributes for use in form() fields
WP_Widget::WP_Widget
PHP4 constructor.
WP_Widget::__construct
PHP5 constructor.
Advertisement
WP_Widget::form
Outputs the settings update form.
WP_Widget::update
Updates a particular instance of a widget.
WP_Widget::widget
Echoes the widget content.
WP_Widget
Core base class extended to register widgets.
Advertisement
WP_Widget_Factory::_register_widgets
Serves as a utility method for adding widgets to the registered widgets global.
WP_Widget_Factory::unregister
Un-registers a widget subclass.
WP_Widget_Factory::register
Registers a widget subclass.