Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action_ref_array() | Calls the callback functions that have been added to an action hook, specifying arguments in an array. |
wp-includes/class-wp-widget.php: WP_Widget::get_settings() | Retrieves the settings for all instances of the widget class. |
wp-includes/class-wp-widget.php: widget_form_callback | Filters the widget instance’s settings before displaying the control form. |
wp-includes/class-wp-widget.php: in_widget_form | Fires at the end of the widget control form. |
wp-includes/class-wp-widget.php: WP_Widget::_set() | Sets the internal order number for the widget instance. |
wp-includes/class-wp-widget.php: WP_Widget::form() | Outputs the settings update form. |