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

Shortcode Reference

描述

One of the fancy things within WordPress-plugins, is the availability of shortcodes.
These codes will provide access to plugin-specific things, like displaying a gallery, or a Google-Map.
The downside about this, is that there’s no generic overview of all available shortcodes within your environment.

This plugin will provide a list of all available shortcodes, right where the action is. When you’re editing your content. And it won’t skip the details: it’ll show you what its origin is.
Most of all, if it’s available in the sourcecode, the documentation will be shown.

The plugin is largely based on PHP’s Reflection functionality, and therefore only available from PHP version 5.0.0.

螢幕截圖

  • This little meta-box will be provided when you're editing posts, pages or links.

安裝

To install Shortcode Reference:

  1. Download & unzip the ‘shortcode-reference.zip’ into the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You’ll have an extra meta-box when editing posts, pages and links, providing realtime information about your available shortcodes and how to use them – if the code they use is documented properly

常見問題

N/A

評價

2018年2月14日
I use this tool on several sites, and it works very well on most of them. Hence the 5 stars. It is extremely helpful tool which adds a great feature when using themes that provide extra shortcodes you may not be aware of. I will continue to use it, however, it does not appear to be supported actively any more and it is not compatible with one of my sites. So just be aware that you may need to deactivate it if your editor stops loading properly, or loads a blank wysiwyg box. As far as I can tell it is still compatible with the 4.9.4 version of WP. It just no longer may play well with some of your other plugins. Might be a problem with WooCommerce or Jetpack, but I need those, so cannot remove them.
2017年8月7日
It removes visual redactor in wordpress. Spent 1,5 hours to find the problems. Though had got new experience in finding troubles caused by old and not already supported plugins. Thanks for that. Please update your plugin or delete it.
閱讀全部8個評價

貢獻者及開發者

“Shortcode Reference” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Shortcode Reference 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.1.0

  • Fixed a blocking UI bug by fixing jQuery event handling.

1.0

  • If a found shortcode originates from the themes-directory, it will tell you so.
    Also, if it is available, it will give you the documentation.

0.2

  • Added reference box to all public post types.
  • Changed resolving of the plugin’s css/js files
  • Made file lookup case sensitive

0.1

  • First release
  • Get a list of all available shortcodes in a meta-box when editing pages or posts.
  • Get the details of a shortcode
  • Get or generate a link to a place where more info is available