remove_all_shortcodes
remove_all_shortcodes ( No parameters )
- Introduced in WordPress: 2.5.0
- Deprecated in WordPress: —
Description
Clears all shortcodes.This function clears all of the shortcode tags by replacing the shortcodes global with
an empty array. This is actually an efficient method for removing all shortcodes.