删除现有的重写标记(如%postname%)。
remove_rewrite_tag(string$tag)
参数(Parameters)
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| $tag | (string) | 必需 | 重写标记的名称。 |
返回(Return)
无返回值
| 更新版本 | 源码位置 | 使用 | 被使用 |
|---|---|---|---|
| 4.5.0 | wp-includes/rewrite.php:185 | 2 | 1 function |
删除现有的重写标记(如%postname%)。
remove_rewrite_tag(string$tag)
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| $tag | (string) | 必需 | 重写标记的名称。 |
无返回值
| 更新版本 | 源码位置 | 使用 | 被使用 |
|---|---|---|---|
| 4.5.0 | wp-includes/rewrite.php:185 | 2 | 1 function |
之前