Adding theme support for a custom header image

Those are name of callback function which would be enabled for custom header.

For example: if custom_function is assigned to ‘wp-head-callback’ then, there would be an action call like:

add_action('wp_head','custom_function')

custom_function is the function you need to define.