WP_Customize_Background_Image_Setting::update( mixed $value )

In this article

Parameters

$valuemixedrequired
The value to update. Not used.

Source

public function update( $value ) {
	remove_theme_mod( 'background_image_thumb' );
}

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

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