Custom_Image_Header::remove_header_image()

Removes a header image.


Source

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

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


Top ↑

Changelog

Changelog
Version Description
3.4.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.