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.
使用 update_post_meta,我可以调用 php 文件来更新帖子吗?
updatePost.php
<?php update_post_meta(7789, 'wpcf-ticket-location', 'Location1'); ?>
这在调用 php 文件时不起作用。阅读 wordpress 文档后,我真的不明白这个 update_post_meta 是如何工作的。
谢谢!
您必须调用 wp-config 文件才能在 php 文件中调用 update_post_meta。