Uses
Uses | Description |
---|---|
wp-includes/shortcodes.php: strip_shortcodes_tagnames | Filters the list of shortcode tags to remove from the content. |
wp-includes/shortcodes.php: do_shortcodes_in_html_tags() | Search only inside HTML elements for shortcodes and process them. |
wp-includes/shortcodes.php: unescape_invalid_shortcodes() | Remove placeholders added by do_shortcodes_in_html_tags(). |
wp-includes/shortcodes.php: get_shortcode_regex() | Retrieve the shortcode regular expression for searching. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |