Title: WP Developer Info
Author: Dan Rossiter
Published: <strong>2013 年 1 月 27 日</strong>
Last modified: 2016 年 12 月 11 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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

# WP Developer Info

 由 [Dan Rossiter](https://profiles.wordpress.org/danrossiter/) 開發

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

 * [詳細資料](https://tw.wordpress.org/plugins/developer-info/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/developer-info/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/developer-info/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/developer-info/#developers)

 [技術支援](https://wordpress.org/support/plugin/developer-info/)

## 外掛說明

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://tw.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).

## 螢幕擷圖

[⌊Sample default output using [dev-info author=danrossiter].⌉⌊Sample default output
using [dev-info author=danrossiter].⌉[

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

## 安裝方式

 1. Upload `wp-developer-info` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in 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.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈WP Developer Info〉的開發相關工作。

參與者

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

[將〈WP Developer Info〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/developer-info)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/developer-info/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/developer-info/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/developer-info/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/developer-info/)。

## 變更記錄

#### 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

 * Initial release
 * _Very_ early beta
 * Supports querying the Plugin Info API for an individual plugin slug, but not
   
   other functions provided by the API

## 中繼資料

 *  版本 **1.0.4**
 *  最後更新 **10 年前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 3.8.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **4.7.35**
 *  語言
 * [English (US)](https://wordpress.org/plugins/developer-info/)
 * 標籤:
 * [developer](https://tw.wordpress.org/plugins/tags/developer/)[developers](https://tw.wordpress.org/plugins/tags/developers/)
   [info](https://tw.wordpress.org/plugins/tags/info/)[theme](https://tw.wordpress.org/plugins/tags/theme/)
 *  [進階檢視](https://tw.wordpress.org/plugins/developer-info/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/developer-info/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/developer-info/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/developer-info/)