WP_Customize_Setting::_update_theme_mod()

In this article

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

Deprecated method.

Source

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

Changelog

VersionDescription
4.4.0Deprecated in favor of update() method.
3.4.0Introduced.

User Contributed Notes

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