ShortcodeHandler
interface ShortcodeHandler (View source)
Abstract interface for a class which handles shortcodes
Methods
static mixed
get_shortcodes()
Gets the list of shortcodes provided by this handler
static string
handle_shortcode(array $arguments, string $content, ShortcodeParser $parser, string $shortcode, array $extra = array())
Generate content with a shortcode value
Details
static mixed
get_shortcodes()
Gets the list of shortcodes provided by this handler
static string
handle_shortcode(array $arguments, string $content, ShortcodeParser $parser, string $shortcode, array $extra = array())
Generate content with a shortcode value