ShortcodeHandler
interface ShortcodeHandler
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
at line 16
static mixed
get_shortcodes()
Gets the list of shortcodes provided by this handler
at line 28
static string
handle_shortcode(array $arguments, string $content, ShortcodeParser $parser, string $shortcode, array $extra = array())
Generate content with a shortcode value