Mô tả
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.
Cài đặt
To install Shortcode Reference:
- Download & unzip the ‘shortcode-reference.zip’ into the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- 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
Hỏi đáp
N/A
Đánh giá
Người đóng góp & Lập trình viên
“Shortcode Reference” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Shortcode Reference” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
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