This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of 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

समीक्षाएं

फ़रवरी 14, 2018
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.
अगस्त 7, 2017
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 के सभी समीक्षा पढ़ें

सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता

Translate “Shortcode Reference” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by 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