WordPress 常用函数 / remove_shortcode
删除一个短代码。
<?php remove_shortcode( $tag ); ?>
<?php remove_shortcode( $tag ); ?>$tag
(string) (required) 将要删除短代码的名称。
Default: None
无
Since: 2.5
wp-includes/shortcodes.php
删除一个短代码。
<?php remove_shortcode( $tag ); ?>
$tag
(string) (required) 将要删除短代码的名称。
Default: None
无
Since: 2.5
wp-includes/shortcodes.php