Shortcodes (category)

add_shortcode()

Adds a new shortcode.

apply_shortcodes()

Search content for shortcodes and filter shortcodes through their hooks.

do_shortcode()

Search content for shortcodes and applies the registered functions to the found shortcodes.

gallery_shortcode()

Builds the Gallery shortcode output.

get_shortcode_regex()

Retrieve the shortcode regular expression for searching.

has_shortcode()

Whether the passed content contains the specified shortcode

remove_all_shortcodes()

Clear all shortcodes.

remove_shortcode()

Removes hook for shortcode.

shortcode_atts()

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

shortcode_exists()

Whether a registered shortcode exists named $tag

shortcode_parse_atts()

Retrieve all attributes from the shortcodes tag.

strip_shortcodes()

Remove all shortcode tags from the given content.

wp_audio_shortcode()

Builds the Audio shortcode output.

wp_playlist_shortcode()

Builds the Playlist shortcode output.

wp_video_shortcode()

Displays the video HTML code by specified video link and other parameters.