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 Keyword フィールドをプログラムで更新しようとしています。しかし、残念ながら、画面に目的の結果が表示されません。
これで私を助けてもらえますか?
これが私が使用しているコードです
$updated_title = update_post_meta($post_id, '_yoast_wpseo_focuskw', $metatitle);
助けてくれてありがとう。