Custom_Image_Header::remove_header_image() In this article Table of ContentsSource Related Changelog ↑ Back to top Removes a header image. Source final public function remove_header_image() { $this->set_header_image( 'remove-header' ); } View all references View on Trac View on GitHub Related UsesDescriptionCustom_Image_Header::set_header_image()wp-admin/includes/class-custom-image-header.phpChooses a header image, selected from existing uploaded and default headers, or provides an array of uploaded header data (either new, or from media library). Used byDescriptionCustom_Image_Header::reset_header_image()wp-admin/includes/class-custom-image-header.phpResets a header image to the default image for the theme. Custom_Image_Header::take_action()wp-admin/includes/class-custom-image-header.phpExecutes custom header modification. Changelog VersionDescription3.4.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.