Displays last step of custom header image page.
Source
public function finished() {
$this->updated = true;
$this->step_1();
}
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
CARVIEW |
Displays last step of custom header image page.
public function finished() {
$this->updated = true;
$this->step_1();
}
Uses | Description |
---|---|
Custom_Image_Header::step_1()wp-admin/includes/class-custom-image-header.php | Displays first step of custom header image page. |
Used by | Description |
---|---|
Custom_Image_Header::step_2()wp-admin/includes/class-custom-image-header.php | Displays second step of custom header image page. |
Custom_Image_Header::step_3()wp-admin/includes/class-custom-image-header.php | Displays third step of custom header image page. |
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.