WP_Widget::_register_one()
Method: Registers an instance of the widget class.
Source: wp-includes/class-wp-widget.php:567
Method: Registers an instance of the widget class.
Source: wp-includes/class-wp-widget.php:567
Method: Saves the settings for all instances of the widget class.
Source: wp-includes/class-wp-widget.php:599
Method: Retrieves the settings for all instances of the widget class.
Source: wp-includes/class-wp-widget.php:611
Method: Generates the actual widget content (Do NOT override).
Source: wp-includes/class-wp-widget.php:360
Filter Hook: Filters the settings for a particular widget instance.
Source: wp-includes/class-wp-widget.php:383
Method: Handles changed settings (Do NOT override).
Source: wp-includes/class-wp-widget.php:411
Filter Hook: Filters a widget’s settings before saving.
Source: wp-includes/class-wp-widget.php:476
Method: Generates the widget control form (Do NOT override).
Source: wp-includes/class-wp-widget.php:503
Filter Hook: Filters the widget instance’s settings before displaying the control form.
Source: wp-includes/class-wp-widget.php:530
Action Hook: Fires at the end of the widget control form.
Source: wp-includes/class-wp-widget.php:553
Class: Core base class extended to register widgets.
Source: wp-includes/class-wp-widget.php:21
Method: Retrieves the widget update callback.
Source: wp-includes/class-wp-widget.php:310
Method: Echoes the widget content.
Source: wp-includes/class-wp-widget.php:113
Method: Retrieves the form callback.
Source: wp-includes/class-wp-widget.php:321
Method: Updates a particular instance of a widget.
Source: wp-includes/class-wp-widget.php:131
Method: Determines whether the current request is inside the Customizer preview.
Source: wp-includes/class-wp-widget.php:339
Method: Outputs the settings update form.
Source: wp-includes/class-wp-widget.php:143
Method: PHP5 constructor.
Source: wp-includes/class-wp-widget.php:163
Method: PHP4 constructor.
Source: wp-includes/class-wp-widget.php:199
Method: Constructs name attributes for use in form() fields
Source: wp-includes/class-wp-widget.php:216
Method: Constructs id attributes for use in WP_Widget::form() fields.
Source: wp-includes/class-wp-widget.php:241
Method: Register all widget instances of this widget class.
Source: wp-includes/class-wp-widget.php:253
Method: Sets the internal order number for the widget instance.
Source: wp-includes/class-wp-widget.php:287
Method: Retrieves the widget display callback.
Source: wp-includes/class-wp-widget.php:299