该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Plugin Info Cards

描述

Allows you to showcase information of any plugin in pages/posts using shortcode.

Example usage:

To display statistics of the plugin “Akismet” you can use
[plugin-info-cards akismet]

To display statistics of multiple plugins you can use
[plugin-info-cards akismet hello-dolly]

To display statistics of all the plugins a single author has contributed to, you can use
[plugin-info-cards author=automattic]

Note

This plugin makes use of API calls to WordPress.org to fetch plugin statistics.
These requests are cached by default for a period of 1 hour.

屏幕截图

  • Sample output 1
  • Sample output 2
  • Using shortcodes in code editor.

安装

  1. Add the plugin’s folder in the WordPress’ plugin directory.
  2. Activate the plugin.
  3. Use the shortcode [plugin-info-cards {plugin-slug}] on posts/pages.

评价

此插件暂无评价。

贡献者及开发者

“Plugin Info Cards” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Plugin Info Cards”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0

  • Initial Public Release