Uses
Uses | Description |
---|---|
wp-includes/shortcodes.php: has_shortcode() | Whether the passed content contains the specified shortcode |
wp-includes/shortcodes.php: get_shortcode_regex() | Retrieve the shortcode regular expression for searching. |
wp-includes/shortcodes.php: shortcode_parse_atts() | Retrieve all attributes from the shortcodes tag. |
wp-includes/shortcodes.php: do_shortcode_tag() | Regular Expression callable for do_shortcode() for calling shortcode hook. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/media.php: get_post_galleries | Filters the list of all found galleries in the given post. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |