Linux 软件免费装
Banner图

Dash Widget Manager

开发者 foomagoo
更新时间 2019年5月16日 02:59
捐献地址: 去捐款
PHP版本: 4.6.0 及以上
WordPress版本: 5.2.1

标签

dashboard widgets dashboard widget manager manage dashboard widgets hide dashboard widgets hide update messages hide core update widgets by role

下载

0.1 0.2 0.3 1.0 1.1 1.2

详情介绍:

This plugin allows you to do the following:
  1. Hide dashboard widgets from non admin users.
  2. Hide core and plugin update messages.

安装:

  1. Extract the downloaded Zip file.
  2. Upload the 'dash-widget-manager' directory to the /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Go to the admin dashboard and use the new widget to manage your dashboard widgets.

屏幕截图:

  • Dashboard widget example.

升级注意事项:

1.2 Updating scripts to use my new domain name for documentation links so plugins like wordfence don't alert users. Updating readme to reflect compatibility with WP 5.1. Changed from using wp_get_sites to get_sites to remove a deprecated message and stop using a deprecated function.

常见问题:

Does this plugin interrupt the wordpress update checks?

No. It only hides the messages that appear letting you know an update is available. For the core message the alert function is overridden and it is never printed to the page. For the plugin updates CSS is used to merely hide them.

更新日志:

1.2 Updating scripts to use my new domain name for documentation links so plugins like wordfence don't alert users. Updating readme to reflect compatibility with WP 5.1. Changed from using wp_get_sites to get_sites to remove a deprecated message and stop using a deprecated function. 1.1 Removing a javascript alert that wasn't removed after testing. Adding a gif to indicate that the dashboard widget is saving. 1.0 Complete rework of the plugin. Widgets are now disabled rather than enabled. All options are now managed through a dashboard widget. Fixed several errors that have popped up since it was abandoned 4 years ago. 0.3 Fixed cant send header error on dashboard Moved some global path variables into the DashWidgetManager class. 0.2 removed white space after plugin header and conditional that may cause activaion issues. 0.1 Initial version.