Custom_Image_Header::finished()
Display last step of custom header image page.
Source
File: wp-admin/custom-header.php
public function finished() {
$this->updated = true;
$this->step_1();
}
Changelog
Version | Description |
---|---|
WP-2.1.0 | Introduced. |