Uses
| Uses | Description |
|---|---|
| wp-includes/class-wp-widget.php: WP_Widget::_get_display_callback() | Retrieves the widget display callback. |
| wp-includes/class-wp-widget.php: WP_Widget::_get_update_callback() | Retrieves the widget update callback. |
| wp-includes/class-wp-widget.php: WP_Widget::_get_form_callback() | Retrieves the form callback. |
| wp-includes/widgets.php: wp_register_sidebar_widget() | Register an instance of a widget. |
| wp-includes/widgets.php: _register_widget_update_callback() | Registers the update callback for a widget. |
| wp-includes/widgets.php: _register_widget_form_callback() | Registers the form callback for a widget. |