Custom_Image_Header::finished() WordPress Method

The Custom_Image_Header::finished() method is used to set up the image header after it has been loaded. This method is called by the image header class after the image has been loaded.

Custom_Image_Header::finished() #

Display last step of custom header image page.


Source

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

	public function finished() {
		$this->updated = true;
		$this->step_1();
	}


Top ↑

Changelog

Changelog
VersionDescription
2.1.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.