いつもお世話になっております。
現在、Xwriteの独自設定項目(【高度な設定】など)について、カスタムフィールド追加にあたって add_meta_box() 関数が使われています。
この関数を使ってカスタムフィールドの追加を行った場合、WordPress 7.0で導入される目玉機能の1つ「リアルタイム共同編集」が無効化されるようです。
▼ご参考
https://developer.wordpress.org/news/2026/04/whats-new-for-developers-april-2026/
Classic meta boxes will disable collaboration modefor a post. If you’re still using
add_meta_box(), now’s a good time to consider migrating toregister_post_meta()and aPluginSidebarcomponent. The 7.0 cycle is intended to be a window for plugin developers to implement compatibility bridges. If you’re not sure how to migrate your meta boxes to the sidebar, thistutorial will guide youthrough the process.
そのため、register_post_meta() を用いた方法に変更いただくなどのご対応をご検討いただければと思います。
過去に共同編集についてご質問があがっており、「リアルタイム共同編集」について一定数ご興味をお寄せいただいているユーザーがいらっしゃるものと思います。
恐れ入りますが、対応の可否も含めてご判断・ご教示いただけますと幸いです。
XWRITEがリリースされたときからのユーザーです。
※回答は個人の見解によるもので、エックスサーバー様のご意見とは異なる場合がございます※