WordPress按文章字段名(meta_key)删除文章字段(post_meta)

如果你需要批量删除某个字段,可以方便的通过下面的函数实现:

delete_post_meta_by_key( string $post_meta_key )