WP_Customize_Background_Image_Setting::update()publicWP 3.4.0

Method of the class: WP_Customize_Background_Image_Setting{}

No Hooks.

Return

null. Nothing (null).

Usage

$WP_Customize_Background_Image_Setting = new WP_Customize_Background_Image_Setting();
$WP_Customize_Background_Image_Setting->update( $value );
$value(mixed) (required)
The value to update. Not used.

Changelog

Since 3.4.0 Introduced.

WP_Customize_Background_Image_Setting::update() code WP 6.5.2

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