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

WP_Customize_Setting::_update_theme_mod()

Deprecated method.


Source

File: wp-includes/class-wp-customize-setting.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
4.4.0 Deprecated in favor of update() method.
3.4.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.