You appear to be a bot. Output may be restricted
Description
Usage
Akismet_Widget::update( $new_instance, $old_instance );
Parameters
- $new_instance
- ( mixed ) required –
- $old_instance
- ( mixed ) required –
Returns
void
Source
File name: akismet/class.akismet-widget.php
Lines:
1 to 4 of 4
function update( $new_instance, $old_instance ) { $instance['title'] = strip_tags( $new_instance['title'] ); return $instance; }