过滤器::在清理并插入数据库之前过滤一个术语。
apply_filters( ‘pre_insert_term’, string|WP_Error $term , string $taxonomy )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$term | (string | WP_Error) | 要添加或更新的术语名称,如果有错误,则为WP_Error对象。 |
$taxonomy | (string) | 分类蛞蝓。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.0.0 | wp-includes/taxonomy.php:2132 | 1 | 0 |