Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Plugin Info Cards

Descripción

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.

Capturas

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

Instalación

  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.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Plugin Info Cards» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Plugin Info Cards» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

  • Initial Public Release