Title: Custom_Image_Header::finished
Published: April 25, 2014
Last modified: April 28, 2025

---

# Custom_Image_Header::finished()

## In this article

 * [Source](https://developer.wordpress.org/reference/classes/custom_image_header/finished/?output_format=md#source)
 * [Related](https://developer.wordpress.org/reference/classes/custom_image_header/finished/?output_format=md#related)
 * [Changelog](https://developer.wordpress.org/reference/classes/custom_image_header/finished/?output_format=md#changelog)

[ Back to top](https://developer.wordpress.org/reference/classes/custom_image_header/finished/?output_format=md#wp--skip-link--target)

Displays last step of custom header image page.

## 󠀁[Source](https://developer.wordpress.org/reference/classes/custom_image_header/finished/?output_format=md#source)󠁿

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

[View all references](https://developer.wordpress.org/reference/files/wp-admin/includes/class-custom-image-header.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/6.9.4/src/wp-admin/includes/class-custom-image-header.php#L1110)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-custom-image-header.php#L1110-L1113)

## 󠀁[Related](https://developer.wordpress.org/reference/classes/custom_image_header/finished/?output_format=md#related)󠁿

| Uses | Description | 
| [Custom_Image_Header::step_1()](https://developer.wordpress.org/reference/classes/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()](https://developer.wordpress.org/reference/classes/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()](https://developer.wordpress.org/reference/classes/custom_image_header/step_3/)`wp-admin/includes/class-custom-image-header.php` |

Displays third step of custom header image page.

  |

## 󠀁[Changelog](https://developer.wordpress.org/reference/classes/custom_image_header/finished/?output_format=md#changelog)󠁿

| Version | Description | 
| [2.1.0](https://developer.wordpress.org/reference/since/2.1.0/) | Introduced. |

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fclasses%2Fcustom_image_header%2Ffinished%2F)
before being able to contribute a note or feedback.