: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Customize API: WP_Customize_Background_Image_Setting class
* Customizer Background Image Setting class.
* @see WP_Customize_Setting
final class WP_Customize_Background_Image_Setting extends WP_Customize_Setting {
* Unique string identifier for the setting.
public $id = 'background_image_thumb';
* @param mixed $value The value to update. Not used.
public function update( $value ) {
remove_theme_mod( 'background_image_thumb' );