Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Plugin Info Cards

Beschreibung

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.

Screenshots

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

Installation

  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.

Rezensionen

There are no reviews for this plugin.

Mitwirkende & Entwickler

„Plugin Info Cards“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Plugin Info Cards“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0

  • Initial Public Release