WP_Widguet::save_settings( array   $settings )

Saves the settings for all instances of the widguet class.

Parameters

$settings array 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.