Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




register_default_headers [ WordPress Function ]

register_default_headers ( $headers )
Parameters:
  • (array) $headers Array of headers keyed by a string id. The ids point to arrays containing 'url', 'thumbnail_url', and 'description' keys.
Defined at:



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

Source


<?php
function register_default_headers$headers ) {
    global 
$_wp_default_headers;

    
$_wp_default_headers array_merge( (array) $_wp_default_headers, (array) $headers );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics