Custom_Image_Header::finished()

Displays last step of custom header image page.


Source

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

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


Top ↑

Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes

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