Advertisement

strip_shortcode_tag

Strips a shortcode tag based on RegEx matches against post content.

strip_shortcodes

Remove all shortcode tags from the given content.

Advertisement

shortcode_atts

Combine user attributes with known attributes and fill in defaults when needed.

shortcode_parse_atts

Retrieve all attributes from the shortcodes tag.

Advertisement

do_shortcodes_in_html_tags

Search only inside HTML elements for shortcodes and process them.

do_shortcode_tag

Filters the output created by a shortcode callback.

pre_do_shortcode_tag

Filters whether to call a shortcode callback.

Advertisement

get_shortcode_regex

Retrieve the shortcode regular expression for searching.

apply_shortcodes

Search content for shortcodes and filter shortcodes through their hooks.

do_shortcode

Search content for shortcodes and filter shortcodes through their hooks.