Custom_Image_Header::remove_header_image()

Remove a header image.


Source

File: wp-admin/includes/class-custom-image-header.php

	final public function remove_header_image() {
		$this->set_header_image( 'remove-header' );
	}

Changelog

Changelog
Version Description
3.4.0 Introduced.