Parameters
$valuemixedrequired- The value to update. Not used.
Source
public function update( $value ) {
remove_theme_mod( 'background_image_thumb' );
}
Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
$valuemixedrequiredpublic function update( $value ) {
remove_theme_mod( 'background_image_thumb' );
}
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.