Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在最新版本的 Pods (2.3.18) 中使用 add_to() ,它似乎没有在数据库表 (wp_postmeta) 中创建关系。我正在做的是:
$postPod = pods("post", $post_id); $postPod->add_to("field", "valueID");
但元键“字段”没有出现在数据库表中。
如何正确使用此 add_to 功能?我在文档中没有找到任何示例。