Title: Modifying Custom Headers
Last modified: August 20, 2016

---

# Modifying Custom Headers

 *  [roibot](https://wordpress.org/support/users/roibot/)
 * (@roibot)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/modifying-custom-headers/)
 * What is the correct way of modifying / enhancing ‘custom headers’.
 * Simply put, I want to add some theme options that logically belong with ‘custom
   headers’. Obviously I can see wp-admin/custom-header.php, but is there a correct
   way of modifying this, without modifying core code.
 * And will this the way of a dealing with `add_custom_image_header()` change drastically
   when it moves to `add_theme_support( 'custom-header' )` in V3.4?
 * Alan

Viewing 1 replies (of 1 total)

 *  Thread Starter [roibot](https://wordpress.org/support/users/roibot/)
 * (@roibot)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/modifying-custom-headers/#post-2715000)
 * So exanding on this, and hoping for a little guidance….
 * would something like
 *     ```
       class my_Custom_Image_Header extends Custom_Image_Header {
       ... do things like set extra header option ....
       }
       ```
   
 * be moving in the right direction, or should I be looking at hooks relating to
   admin_???

Viewing 1 replies (of 1 total)

The topic ‘Modifying Custom Headers’ is closed to new replies.

 * 1 reply
 * 1 participant
 * Last reply from: [roibot](https://wordpress.org/support/users/roibot/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/modifying-custom-headers/#post-2715000)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
