WP_Customize_Setting::_update_theme_mod
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_theme_mod();
Changelog
| Since 3.4.0 | Introduced. |
| Deprecated since 4.4.0 | Deprecated in favor of update() method. |
WP_Customize_Setting::_update_theme_mod() WP Customize Setting:: update theme mod code WP 6.9.1
protected function _update_theme_mod() {
_deprecated_function( __METHOD__, '4.4.0', __CLASS__ . '::update()' );
}