custom_header_options

custom_header_options

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('custom_header_options') is found 1 times:

  • /wp-admin/includes/class-custom-image-header.php line 809
    		 * Fires just before the submit button in the custom header options form.
    		 *
    		 * @since 3.1.0
    		 */
    		do_action( 'custom_header_options' );
    
    		wp_nonce_field( 'custom-header-options', '_wpnonce-custom-header-options' );
    		?>
    
    		<?php submit_button( null, 'primary', 'save-header-options' ); ?>
    </form>