विवरण
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.
स्क्रिनसटहरू
स्थापना
Install into /wp-content/plugins/lrhshortcodelist directory.
प्रश्नोत्तर
None at this time.
समीक्षाहरू
यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।
योगदानकर्ता र डेभलपरहरू
“LRH-Shortcode List” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“LRH-Shortcode List” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
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