This method has been deprecated. Deprecated in favor of update() method instead.

WP_Customize_Setting::_update_option()

Deprecated method.


Source

File: wp-includes/class-wp-customize-setting.php

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


Changelog

Changelog
Version Description
WP-4.4.0 Deprecated in favor of update() method.
WP-3.4.0 Introduced. This method has been deprecated. Deprecated in favor of update() method instead.