Custom_Image_Header::finished()publicWP 2.1.0

Displays last step of custom header image page.

Method of the class: Custom_Image_Header{}

No Hooks.

Return

null. Nothing (null).

Usage

$Custom_Image_Header = new Custom_Image_Header();
$Custom_Image_Header->finished();

Changelog

Since 2.1.0 Introduced.

Custom_Image_Header::finished() code WP 6.5.2

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