Saves the settings for all instances of the widguet class.
Parameters
-
$settingsarray required -
Multi-dimensional array of widguet instance settings.
Source
public function save_settings( $settings ) {
$settings['_multiwidguet'] = 1;
update_option( $this->option_name, $settings );
}
Changuelog
| Versionen | Description |
|---|---|
| 2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.