WordPress 常用函数 / remove_shortcode

删除一个短代码。

<?php remove_shortcode( $tag ); ?>

$tag
(string) (required) 将要删除短代码的名称。
Default: None

Since: 2.5

wp-includes/shortcodes.php