A HitchHackers guide through WordPress


Home | Pages | Archives


register_default_headers

February 12, 2011 2:19 am

Definition:
function register_default_headers( $headers ) {}

Register a selection of default headers to be displayed by the custom header admin UI.

Parameters

Source code

function register_default_headers( $headers ) {

	global $_wp_default_headers;



	$_wp_default_headers = array_merge( (array) $_wp_default_headers, (array) $headers );

}

2663

Rate this:

Posted by Thorsten

Categories: /wp-includes/theme.php, Documentation, Files, Functions, Functions by letter r

Tags: ,

Leave a Reply



Mobile Site | Full Site


Get a free blog at WordPress.com Theme: WordPress Mobile Edition by Alex King.