BBP_Views_Widget::update( array $new_instance = array(), array $old_instance = array() )
Update the view widget options
Description
Parameters
- $new_instance
-
(Optional) The new instance options
Default value: array()
- $old_instance
-
(Optional) The old instance options
Default value: array()
Source
File: bp-forums/common/widgets.php
public function update( $new_instance = array(), $old_instance = array() ) { $instance = $old_instance; $instance['title'] = strip_tags( $new_instance['title'] ); return $instance; }
Changelog
Version | Description |
---|---|
bbPress (r3020) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.