Beschrijving
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]
Notitie
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.
Installatie
- Add the plugin’s folder in the WordPress’ plugin directory.
- Activate the plugin.
- Use the shortcode
[plugin-info-cards {plugin-slug}]
on posts/pages.
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Plugin Info Cards” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Plugin Info Cards” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.0
- Initial Public Release