Description
Default admin bar callback.
Usage
_admin_bar_bump_cb();
Parameters
Returns
void
Source
File name: wordpress/wp-includes/admin-bar.php
Lines: 1 to 11 of 11
function _admin_bar_bump_cb() { ?> <style type="text/css" media="screen"> html { margin-top: 32px !important; } * html body { margin-top: 32px !important; } @media screen and ( max-width: 782px ) { html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } } </style> <?php }