widget_update_callback, $instance, $new_instance, $old_instance, $this
widget_update_callback, $instance, $new_instance, $old_instance, $this
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('widget_update_callback, $instance, $new_instance, $old_instance, $this') is found 1 times:
- /wp-includes/class-wp-widget.php line 476
* @param array $new_instance Array of new widget settings. * @param array $old_instance Array of old widget settings. * @param WP_Widget $widget The current widget instance. */ $instance = apply_filters( 'widget_update_callback', $instance, $new_instance, $old_instance, $this ); if ( false !== $instance ) { $all_instances[ $number ] = $instance; } break; // Run only once.