wp_admin_bar_header()

Style and scripts for the admin bar.


Source

File: wp-includes/admin-bar.php

function wp_admin_bar_header() { ?>
<style type="text/css" media="print">#wpadminbar { display:none; }</style>
<?php
}

Changelog

Changelog
Version Description
WP-3.1.0 Introduced.