WP_Customize_Setting::_update_option()protectedWP 3.4.0

Deprecated from version 4.4.0 Deprecated in favor of update() method.. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.

Deprecated method.

Method of the class: WP_Customize_Setting{}

No Hooks.

Return

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->_update_option();

Changelog

Since 3.4.0 Introduced.
Deprecated since 4.4.0 Deprecated in favor of update() method.

WP_Customize_Setting::_update_option() code WP 6.5.2

protected function _update_option() {
	_deprecated_function( __METHOD__, '4.4.0', __CLASS__ . '::update()' );
}