Used By
Used By | Description |
---|---|
wp-includes/shortcodes.php: do_shortcodes_in_html_tags() | Search only inside HTML elements for shortcodes and process them. |
wp-admin/includes/ajax-actions.php: wp_ajax_parse_embed() | Apply [embed] Ajax handlers to a string. |
wp-includes/shortcodes.php: has_shortcode() | Whether the passed content contains the specified shortcode |
wp-includes/shortcodes.php: do_shortcode() | Search content for shortcodes and filter shortcodes through their hooks. |
wp-includes/shortcodes.php: strip_shortcodes() | Remove all shortcode tags from the given content. |
wp-includes/media.php: get_post_galleries() | Retrieves galleries from the passed post’s content. |