Strips a shortcode tag based on RegEx matches against post content.
strip_shortcodes_tagnames
Filters the list of shortcode tags to remove from the content.
shortcode_atts_{$shortcode}
Filters shortcode attributes.
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.
unescape_invalid_shortcodes
Remove placeholders added by do_shortcodes_in_html_tags().
get_shortcode_atts_regex
Retrieve the shortcode attributes regex.
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.
do_shortcode_tag
Regular Expression callable for do_shortcode() for calling shortcode hook.
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.