Shortcodes
WordPress Shortcodes API Functions
Complete reference for all functions in the WordPress Shortcodes API. Registration Functions add_shortcode() Registers a new shortcode handler. add_shortcode( string...
Updated February 13, 2026
WordPress Shortcodes API Hooks
Filters and actions available in the WordPress Shortcodes API.Filterspre_do_shortcode_tagShort-circuits shortcode processing before the callback is called.apply_filters( 'pre_do_shortcode_tag', false|string $output, string...
Updated February 13, 2026
WordPress Shortcodes API Overview
The Shortcodes API provides a bbcode-like tag system for WordPress. It allows developers to create custom macros that users can...
Updated February 13, 2026