Linux 软件免费装
Banner图

Unobtrusive Admin Bar

开发者 parallelus
更新时间 2015年7月11日 03:37
PHP版本: 3.4 及以上
WordPress版本: 4.2.3-alpha
版权: GPLv2 or later
版权网址: 版权信息

标签

hide admin bar remove adminbar hide admin bar remove admin bar remove adminbar hide adminbar

下载

1.0.0

详情介绍:

When activated the plugin will make the admin bar hidden from sight for signed in users, but you can still have access to the features. Simply move the cursor to the top of your website and the admin bar will appear. Now you can keep the accessibility of the WordPress admin bar without compromising the appearance of your website. See our other plugins: Have some feedback or a suggestion? Let us know!

安装:

Upload the plugin to your WordPress plugins directory, or use the dashboard to 'Add New' plugins and activate it. Filters There are a couple of filters available to make adjustments for your site. These may be added to an options panel in a future release. uab_responsive_break_point Sample use: function my_adminbar_breakpoint( $break ) $break = 960; return $break; } add_filter('uab_responsive_break_point', 'my_adminbar_breakpoint'); uab_add_top_margin Sample use: function my_adminbar_margin( $option ) $option = true; // false (default), true or 'top' return $option; } add_filter('uab_add_top_margin', 'my_adminbar_margin');

屏幕截图:

  • The admin bar is hidden by default.
  • Hovering near the top of the page reveals a hint for a visual indication. Pausing on this will reveal the full admin bar.
  • After hovering the admin bar is revealed.

更新日志:

1.0.0 Release Date - 10 July 2015