Switch language

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




display_header [ WordPress Function ]

display_header ( No parameters )
Defined at:



Display install header.

Source


<?php
function display_header() {
    
header'Content-Type: text/html; charset=utf-8' );
?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title><?php _e'WordPress &rsaquo; Installation' ); ?></title>
    <?php wp_admin_css'install'true ); ?>
</head>
<body<?php if ( is_rtl() ) echo ' class="rtl"'?>>
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png?ver=20120216" /></h1>

<?php
// end display_header()
?>

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