Remove Admin Meta Boxes
开发者 |
Justin Adie (http://rathercurious.net)
|
更新时间 |
2009年6月23日 17:39 |
PHP版本: |
2.7.1 及以上 |
WordPress版本: |
2.8.0 |
详情介绍:
Sometimes you want to declutter your life. This plugin might help you a litle bit. It allows you to remove some of the less often used boxes from the write panels.
This might be useful in an environment where you want to create a fully customised write panel but don't want to create a new menu item or muck around with the admin menus.
Equally, for certain users you might want to keep things simple. To make things user-granular just insert an if test just about anywhere in the index.php file. i.e. either around the instantiation of the class, in the constructor or the actual action. If there is enough demand i will consider parametrising this in an settings page.
安装:
Just upload the folder to your wp-content/plugins directory and activate the plugin as normal from the admin->plugins menu.
comment out the lines in the index.php file to select which meta-boxes you do and don't want to show. I know this is far from graceful but it seems silly to create a whole UI to do a one-off job that will take a max of 5 seconds!