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.
我正在尝试在 WordPress 插件中以编程方式更新 Yoast Focus 关键字字段。但不幸的是,我在屏幕上看不到想要的结果。
你能帮我解决这个问题吗?
这是我正在使用的代码
$updated_title = update_post_meta($post_id, '_yoast_wpseo_focuskw', $metatitle);
谢谢大家帮助我。