Uses
| Uses | Description |
|---|---|
| wp-includes/theme.php: remove_theme_mod() | Removes theme modification name from current theme list. |
(Required)
File: wp-includes/customize/class-wp-customize-background-image-setting.php
public function update( $value ) {
remove_theme_mod( 'background_image_thumb' );
} | Version | Description |
|---|---|
| 3.4.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_background_image_setting/update