WP_Widget
Class: Core base class extended to register widgets.
Source: wp-includes/class-wp-widget.php:21
Class: Core base class extended to register widgets.
Source: wp-includes/class-wp-widget.php:21
Filter Hook: Filters a widget’s settings before saving.
Source: wp-includes/class-wp-widget.php:476
Method: Echoes the widget content.
Source: wp-includes/class-wp-widget.php:113
Method: Generates the widget control form (Do NOT override).
Source: wp-includes/class-wp-widget.php:503
Method: Updates a particular instance of a widget.
Source: wp-includes/class-wp-widget.php:131
Filter Hook: Filters the widget instance’s settings before displaying the control form.
Source: wp-includes/class-wp-widget.php:530
Method: Outputs the settings update form.
Source: wp-includes/class-wp-widget.php:143
Action Hook: Fires at the end of the widget control form.
Source: wp-includes/class-wp-widget.php:553
Method: PHP5 constructor.
Source: wp-includes/class-wp-widget.php:163
Method: Registers an instance of the widget class.
Source: wp-includes/class-wp-widget.php:567