WP_Customize_Setting::_update_option
Deprecated since 4.4.0 Deprecated in favor of update() method.. It is no longer supported and may 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.
Returns
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() WP Customize Setting:: update option code WP 6.8.1
protected function _update_option() { _deprecated_function( __METHOD__, '4.4.0', __CLASS__ . '::update()' ); }