Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_suspend_cache_addition() | Temporarily suspend cache additions. |
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/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_display_callback | Filters the settings for a particular widget instance. |
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::is_preview() | Determines whether the current request is inside the Customizer preview. |
wp-includes/class-wp-widget.php: WP_Widget::widget() | Echoes the widget content. |