WP_Customize_Background_Image_Setting::update()
Method of the class: WP_Customize_Background_Image_Setting{}
No Hooks.
Return
null
. Ничего (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() WP Customize Background Image Setting::update code WP 6.3
public function update( $value ) { remove_theme_mod( 'background_image_thumb' ); }