该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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