Title: WP Developer Info
Author: Dan Rossiter
Published: <strong>27 de enero de 2013</strong>
Last modified: 11 de diciembre de 2016

---

Buscar plugins

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.

![](https://s.w.org/plugins/geopattern-icon/developer-info.svg)

# WP Developer Info

 Por [Dan Rossiter](https://profiles.wordpress.org/danrossiter/)

[Descargar](https://downloads.wordpress.org/plugin/developer-info.1.0.4.zip)

 * [Detalles](https://es.wordpress.org/plugins/developer-info/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/developer-info/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/developer-info/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/developer-info/#developers)

 [Soporte](https://wordpress.org/support/plugin/developer-info/)

## Descripción

You worked hard developing your plugins & themes for the WP.org community. Don’t
you think you should be able
 to show off your hard work? I did, so I threw together
this plugin which will poll the WP.org plugin & theme APIs and dynamically display
all of your hard work. Unlike some similar plugins, there is no page scraping happening
here (eww!).

Usage could not be more easy. The simplest usage is the following shortcode: `[dev-
info author=<author slug>]`.
 Advanced usage is documented below.

#### [dev-info] Arguments

 * **author:** The author slug. This is the same value at the end of your WP.org
   profile (eg: _https://profiles.wordpress.org/**danrossiter**/_).
 * **slug:** The plugin or theme slug to be retrieved (useful if you just want to
   display info about a single plugin).
 * **api:** Optional. This indicates whether to query the plugins API, the themes
   API, or both («plugins», «themes», «plugins,themes»).
    The default is both, but
   if you only want one then you should explicitly set this value to avoid making
   two HTTP calls from your server.
 * **orderby:** Field to order by (eg: name, slug, downloaded). Any field with an
   associated shortcode may be ordered against,
    though some such as `stars` might
   not make a whole lot of sense to order by.
 * **order:** Ascending or descending sort (ASC or DESC).

The `[dev-info]` shortcode supports a number of nested shortcodes allowing complete
customization of the output generated.
 An example of this is the following (this
is infact the default output format):

 [[dev-info-icon]](https://es.wordpress.org/plugins/developer-info/[dev-info-homepage]?output_format=md)

### 󠀁[󠀁[[dev-info-name]

 [dev-info-stars] ([dev-info-num-ratings])

[dev-info-short-description]

 * **[dev-info-name]:** The name of the plugin/theme.
 * **[dev-info-slug]:** The slug identifying the plugin/theme.
 * **[dev-info-description]:** The full description.
 * **[dev-info-short-description]:** The short description. For themes this is the
   first 150 characters of the description.
 * **[dev-info-version]:** The current version of the plugin/theme.
 * **[dev-info-author]:** The name of the author.
 * **[dev-info-author-profile]:** The URL for the author’s WP.org profile.
 * **[dev-info-active-installs]:** The number of active installs for the plugin/
   theme.
 * **[dev-info-rating]:** Percent rating of the plugin/theme.
 * **[dev-info-num-ratings]:** The number of users that have rated the plugin/theme.
 * **[dev-info-downloaded]:** The number of downloads for the plugin/theme.
 * **[dev-info-downloadlink]:** The download link for the plugin/theme.
 * **[dev-info-last-updated]:** The last time the plugin/theme was updated.
 * **[dev-info-homepage]:** The homepage of the plugin/theme.
 * **[dev-info-icon]:** The IMG tag containing the icon for plugins and the first
   screenshot for themes.
 * **[dev-info-stars]:** The rating represented in stars (same as what is displayed
   on the WP.org profile).

## Capturas

 * [[
 * Sample default output using `[dev-info author=danrossiter]`.

## Instalación

 1. Upload `wp-developer-info` to the `/wp-content/plugins/` directory
 2. Activar el plugin a través del menú «Plugins» en WordPress
 3. Place `[dev-info slug=<plugin slug> author=<author slug>]` in any post or page 
    were you want to
     embed part of your information. The field specified will be included
    inline.

## Reseñas

No hay valoraciones para este plugin.

## Colaboradores y desarrolladores

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

Colaboradores

 *   [ Dan Rossiter ](https://profiles.wordpress.org/danrossiter/)

[Traduce «WP Developer Info» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/developer-info)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/developer-info/) ,
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/developer-info/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/developer-info/)
por [RSS](https://plugins.trac.wordpress.org/log/developer-info/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 1.0.4

 * **Compatible Up To:** Revving tested to WordPress 4.7.

#### 1.0.3

 * **Bug Fix:** Dashicons weren’t being loaded on frontend breaking the ratings 
   stars. Fixed.

#### 1.0.2

 * **Bug Fix:** Fixed broken ordering for numeric values.

#### 1.0.1

 * **Bug Fix:** Removing inadvertently-promoted debug code.

#### 1.0

 * **Enhancement:** Adding themes API support.
 * **Enhancement:** Documenting functionality.
 * **Yay! We’re out of beta!**

#### 0.8.1

 * Minor tweak to how cached API results are persisted.

#### 0.8

 * Complete rewrite. Now supports customizable output using various nested shortcodes.
   Documentation is
    forthcoming, but see documented source in wp-developer-info
   for usage examples.
 * Theme support along with full documentation will be out by year’s end with the
   release of 1.0. Yay! 🙂

#### 0.2

 * Versión inicial
 * _Very_ early beta
 * Supports querying the Plugin Info API for an individual plugin slug, but not
   
   other functions provided by the API

## Meta

 *  Versión **1.0.4**
 *  Última actualización **hace 9 años**
 *  Instalaciones activas **Menos de 10**
 *  Versión de WordPress ** 3.8.0 o superior **
 *  Probado hasta **4.7.33**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/developer-info/)
 * Etiquetas:
 * [developer](https://es.wordpress.org/plugins/tags/developer/)[developers](https://es.wordpress.org/plugins/tags/developers/)
   [info](https://es.wordpress.org/plugins/tags/info/)[theme](https://es.wordpress.org/plugins/tags/theme/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/developer-info/advanced/)

## Valoraciones

Aún no se han enviado valoraciones.

[Your review](https://wordpress.org/support/plugin/developer-info/reviews/#new-post)

[Ver todas las valoraciones](https://wordpress.org/support/plugin/developer-info/reviews/)

## Colaboradores

 *   [ Dan Rossiter ](https://profiles.wordpress.org/danrossiter/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/developer-info/)