Custom_Image_Header::finished
Displays last step of custom header image page.
Method of the class: Custom_Image_Header{}
No Hooks.
Returns
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() Custom Image Header::finished code WP 7.0
public function finished() {
$this->updated = true;
$this->step_1();
}