Linux 软件免费装

Plugin Name

开发者 jondor
更新时间 2019年5月8日 15:37
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 4.7
版权: GPLv2 or later
版权网址: 版权信息

标签

plugin dashboard admin scores

下载

1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7

详情介绍:

This plugin retrieves the information on plugins and shows them in a widget on the dashboard page. The names of the plugins to show can be set in an list under the plugin->myPlugins settings page. If you want to share this table with your users that's also possible. Just include the shortcode [plugin_scores] somewhere in a page and there you go.

安装:

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Add the sluge names as used by the wordpress site to the settingspage.

屏幕截图:

  • admin widget
  • myPlugin list

升级注意事项:

1.2 As the time under the table is also cached (to show when it was last renewed) you have to press the save button in the "My Plugins" screen under the Plugins menu. It will clear the cache.

常见问题:

Why??

Why not? I like to be informed and there seemed to be an hidden api for this info.

my plugins all show zero's

make sure the slug name is correct. It's the name as used on the wordpress site, all lowercase and underscores replaced by dashes. (or so it seems)

更新日志:

1.7 Some changes to the basic_plugin_class which, regretfully, isn't allowed to have it's own plugin anymore. 1.6 As I never noticed the requests for support in the wordpress forum I added a column with the number of discussions there per plugin. Clicking on the number brings you to the right page. Also adjusted the language file 1.5 Fixed sime minor bugs 1.4 Code cleanup 1.3 Added translation support. For now there's an extra dutch translation. Other languages are of course appriciated. I used the "CodeStyling Localization" for my translation and it worked like a dream. 1.2 Fixed the timezone for the time shown under the table. The Wordpress timezone setting is used. 1.1 Added caching. The results are cached for half an hour. If you really want to change this time; it's defined in the header of the plugin as define('CACHE_TIMEOUT',3060); Just change the 3060 (30 minutes times 60 seconds) in any time you want. If for what reason you want to clear the cache manualy, just go to the settings page and hit save. 1.0