Uses
Uses | Description |
---|---|
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
This method has been deprecated. Deprecated in favor of update() method instead.
Deprecated method.
File: wp-includes/class-wp-customize-setting.php
protected function _update_option() { _deprecated_function( __METHOD__, '4.4.0', __CLASS__ . '::update()' ); }
Version | Description |
---|---|
4.4.0 | Deprecated in favor of update() method. |
3.4.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_setting/_update_option