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.

LRH-Shortcode List

توضیحات

This WordPress plugin will display a list of available shortcodes in a meta box for
inserting into content. Insertions add brackets and any known required
parameters. This only works when in the visual editor.
The meta box can also display help about shortcodes, if any,
by clicking on the name.

An admin settings section allows the activation and deactivation of listed
shortcodes. Also shown is any additional known information, such as
required and optional parameters.

Developers

You can provide addition information about your shortcode by responding
to a filter ‘sim_XXX’ where XXX is your shortcode tag.

The additional information can include description, is it self-closing,
the required parameters, and the optional parameters.

  • Providing Shortcode Information –

To provide additional information to the helper, create a filter that
updates and returns a array of data.
See http://lrh.net/wpblog_lrh/lrh-shortcode-list-wp-plugin/ for examples.

عکس‌های صفحه

  • The metabox in the Edit Post.
  • The shortcodes manager.
  • The metabox showing additional information.

نصب

Install into /wp-content/plugins/lrhshortcodelist directory.

سوالات متداول

None at this time.

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“LRH-Shortcode List” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “LRH-Shortcode List” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0

  • Initial version.

1.2.0

  • Clean up for repository

1.3.0

  • Fix problem with cursor placement.
  • Better support for “enhanced” timymce shortcodes