On this page
WP_Customize_Background_Image_Setting::update( mixed $value )
Parameters
$valuemixed Required-
The value to update. Not used.
Source
File: wp-includes/customize/class-wp-customize-background-image-setting.php. View all references
public function update( $value ) {
remove_theme_mod( 'background_image_thumb' );
}
Related
Uses
| Uses | Description |
|---|---|
| remove_theme_mod() wp-includes/theme.php | Removes theme modification name from active theme list. |
Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_background_image_setting/update