Custom_Image_Header::finished

Advertisement

Summery Summery

Display last step of custom header image page.

Syntax Syntax

Custom_Image_Header::finished()

Source Source

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

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

Advertisement

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Advertisement

Leave a Reply