Codex tools: Log in
Contents |
Clears all shortcode hooks.
<?php remove_all_shortcodes(); ?>
This function clears all of the shortcode tags by replacing the shortcodes global with an empty array. This is a very efficient method for removing all shortcodes.
Since: 2.5
remove_all_shortcodes() is located in wp-includes/shortcodes.php.
Shortcode: do_shortcode(), add_shortcode(), remove_shortcode(), remove_all_shortcodes(), shortcode_atts(), strip_shortcodes(), shortcode_exists(), has_shortcode(), wp_audio_shortcode(), wp_video_shortcode()