WordPress 常用函数 / remove_shortcode

简介

删除一个短代码。

用法

<?php remove_shortcode( $tag ); ?>

参数

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

返回值

修改记录

Since: 2.5

源文件

wp-includes/shortcodes.php