Home / APIs / _admin_bar_bump_cb() – Default admin bar callback.

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
}
 

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      1 to 1 of 1

      • _admin_bar_bump_cb() – Default admin bar callback.

      Call hooks

      Function name: _admin_bar_bump_cb
      Plugin ref: WordPress
      Version: 4.9
      Sourcefile: wp-includes/admin-bar.php
      File ref: wp-includes/admin-bar.php
      API type: private
      Deprecated?: No
      API Letters: _,A,B,C

      Published: 10th March 2017 | Last updated: 10th March 2017

      Information

      Function name: _admin_bar_bump_cb
      Plugin ref: WordPress
      Version: 4.9
      Sourcefile: wp-includes/admin-bar.php
      File ref: wp-includes/admin-bar.php
      API type: private
      Deprecated?: No
      API Letters: _,A,B,C

      • Plugins
      • Themes
      • Shortcodes
      • APIs
      • Files
      • Hooks
      • Classes
      • Home
      • Sites
      • Sitemap
      • Blog
      oik-plugins WordPress a2z
      WordPress Dynamic API Reference

      Site:  wp-a2z.org
      © Copyright oik-plugins 2014-2018. All rights reserved.


      Website designed and developed by Herb Miller
      Proudly powered by WordPress and oik plugins