_wp_admin_html_begin [ WordPress Function ]
_wp_admin_html_begin ( No parameters )
| Defined at: |
|
Soorgelijke functies: _wp_admin_bar_init, wp_admin_bar_render, wp_admin_bar_edit_menu, wp_admin_css_uri, wp_admin_bar_wp_menu
No description yet.
Source
<?php
function _wp_admin_html_begin() {
?>
<!DOCTYPE html>
<!--[if IE 8]>
<html xmlns="http://www.w3.org/1999/xhtml" class="ie8" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 8) ]><!-->
<html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
<?php
}
?>
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- _wp_admin_html_begin
Function and Method Cross Reference. _wp_admin_html_begin(). Defined at: / wp-admin/includes/template.php -> line 1674. Referenced 5 times: ...
phpxref.ftwr.co.uk - _wp_admin_html_begin (WordPress Function) - WPSeek.com
WordPress lookup for _wp_admin_html_begin, a WordPress Function. wpseek. com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - WordPress › Support » Please help I'm tearing my hair out!! Fatal ...
Fatal error: Call to undefined function _wp_admin_html_begin() in /home/ cleverca/public_html/blog/wp-admin/admin-header.php on line 40. The blog on my ...
wordpress.org - updates - After upgrading WordPress, can't access admin interface ...
Jan 12, 2012 ... Fatal error: Call to undefined function _wp_admin_html_begin() in /home/ a7938356/public_html/wp-admin/admin-header.php on line 40 ...
wordpress.stackexchange.com