Shortcode (tag)
| gallery_shortcode() | Function that replaces the shortcode [[gallery]] in the text of the post. This function is responsible for displaying WordPress galleries in the post. |
| has_shortcode() | Checks if the specified shortcode exists in the given text. |
| shortcode_parse_atts() | Parses the shortcode arguments passed as a string. |
| wp_audio_shortcode() | Creates HTML code for an audio player based on the specified audio file link and player output parameters. |
| wp_playlist_shortcode() | Gets the HTML code of the playlist from audio or video files for output in posts. Output parameters can be specified. |
| wp_video_shortcode() | Displays the video HTML code by specified video link and other parameters. |