delete_post_meta_by_key()函数是Wordpress函数,从post meta中删除与给定meta键匹配的所有内容。
delete_post_meta_by_key( string $post_meta_key )
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$post_meta_key | (string) | 必需 | 删除时要搜索的键。 |
返回(Return)
(bool)post元键是否已从数据库中删除。
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.3.0 | wp-includes/post.php:2161 | 0 | 1 function |