>
Download This Plugin | |
Download Elegant Themes | |
Name | WP Shortcodes API |
Version | 0.8 |
Author | markparolisi, voceplatforms |
Rating | 0 |
Last updated | 2012-10-18 07:18:00 |
Downloads |
821
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WP Shortcodes API plugin added 4 bytes of resources to the Home page and 32 bytes of resources to the sample Post page.
WP Shortcodes API plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP Shortcodes API plugin ads no tables to your Wordpress blog database.The plugin take all of the data registered and created a multi-dimensional array in an option called '_shortcodes'. Existing shortcodes that WP is away of are also stored here with just their name and callback.
A few static methods for checking on shortcode info are provided.
GetShortcodeAtts($shortcode_name)
ShortcodeInPost($shortcode_name, $post_id)
Creating a new media button in the editor is easy with the add_media_button()
method. Just pass your shortcode name, attributes, a page title, introductory
text, and an icon image url.