Codex tools: Log in / create account
Contents |
Searches content for shortcodes and filters shortcodes through their hooks.
<?php do_shortcode( $content ) ?>
add_filter('the_content', 'do_shortcode', 11); // From shortcodes.php
If there are no shortcode tags defined, then the content will be returned without any filtering. This might cause issues if a plugin is disabled as its shortcode will still show up in the post or content.
Since: 2.5
do_shortcode() is located in wp-includes/shortcodes.php.
Shortcode: do_shortcode, add_shortcode, remove_shortcode, remove_all_shortcodes, shortcode_atts, strip_shortcodes