File "class-wp-customize-background-image-setting.php"
Full path: /home/kosmetik/public_html/wp-includes/customize/class-wp-customize-background-image-setting.php
File
size: 231 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
final class WP_Customize_Background_Image_Setting extends WP_Customize_Setting
{
public $id = 'background_image_thumb';
public function update($value)
{
remove_theme_mod('background_image_thumb');
}
}