remove_all_shortcodes
remove_all_shortcodes ( No parameters )
- Introduced in WordPress: 2.5.0
- Deprecated in WordPress: —
Description
Clear all shortcodes.This function is simple, it clears all of the shortcode tags by replacing the
shortcodes global by a empty array. This is actually a very efficient method
for removing all shortcodes.