Custom_Image_Header::remove_header_image()

Remove a header image.


Source

File: wp-admin/custom-header.php

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


Changelog

Changelog
Version Description
WP-3.4.0 Introduced.