You appear to be a bot. Output may be restricted
Description
Remove a header image.
Usage
Custom_Image_Header::remove_header_image();
Parameters
Returns
void
Source
File name: wordpress/wp-admin/custom-header.php
Lines: 1 to 3 of 3
final public function remove_header_image() { $this->set_header_image( 'remove-header' ); }