Title: Incompatible with RTC
Last modified: June 29, 2026

---

# Incompatible with RTC

 *  [Mateus Machado Luna](https://wordpress.org/support/users/wetah/)
 * (@wetah)
 * [2 weeks ago](https://wordpress.org/support/topic/incompatible-with-rtc/)
 * Hi there!
 * First of all thank you for this amazing plugin! It has extremely valuable features
   and I’ve been using it more and more.
 * I have one feature request. I understand it is not high priority but since I 
   was playing around with Real Time Collaboration (the upcoming feature, currently
   available via Gutenberg plugin), I found that Complianz will disable the feature
   due to its usage of Metaboxes in the Cookiebanner side panel. You can read more
   about why here:
   [https://make.wordpress.org/core/2026/03/10/real-time-collaboration-in-the-block-editor/](https://make.wordpress.org/core/2026/03/10/real-time-collaboration-in-the-block-editor/)
   I understand this might be something you’ll only take a look in the future, just
   wanted to make sure it is somewhere in the roadmap 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Mateus Machado Luna](https://wordpress.org/support/users/wetah/)
 * (@wetah)
 * [2 weeks ago](https://wordpress.org/support/topic/incompatible-with-rtc/#post-18951486)
 * Update here: while chatting with members of the Core team they mentioned that
   in case you can make your metabox work with RTC, then you could mark it as compatible
   like this:
 *     ```wp-block-code
       add_meta_box(  'my-metabox-id',  'My Meta Box',  'my_metabox_render',  'post',  'normal',  'default',  array( '__rtc_compatible_meta_box' => true ) // <- The compatibility flag);
       ```
   
    -  This reply was modified 2 weeks ago by [Mateus Machado Luna](https://wordpress.org/support/users/wetah/).
 *  Plugin Support [Antonio Candela](https://wordpress.org/support/users/antoiub/)
 * (@antoiub)
 * [1 week, 3 days ago](https://wordpress.org/support/topic/incompatible-with-rtc/#post-18955284)
 * Hi [@wetah](https://wordpress.org/support/users/wetah/) ,
 * Thanks a lot for the kind words about the plugin, and for the report.
 * I’ve created a task for our development team as a feature request, so they can
   look into making our Cookiebanner metaboxes compatible with Real Time Collaboration.
   The pointer you shared from the Core team about the `__rtc_compatible_meta_box`
   flag is really helpful, and I’ve included it in the task so the devs have everything
   they need.
 * I can’t give you a timeline at this stage, since RTC is still an upcoming feature,
   but it’s now on our radar and documented internally. I’ll make sure any progress
   on this is followed up on.
 * Thanks again for taking the time to flag it, much appreciated!
 * Best regards,
   Antonio

Viewing 2 replies - 1 through 2 (of 2 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fincompatible-with-rtc%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/complianz-gdpr/assets/icon-256x256.png?rev=2881064)
 * [Complianz - GDPR/CCPA Cookie Consent](https://wordpress.org/plugins/complianz-gdpr/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/complianz-gdpr/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/complianz-gdpr/)
 * [Active Topics](https://wordpress.org/support/plugin/complianz-gdpr/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/complianz-gdpr/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/complianz-gdpr/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Antonio Candela](https://wordpress.org/support/users/antoiub/)
 * Last activity: [1 week, 3 days ago](https://wordpress.org/support/topic/incompatible-with-rtc/#post-18955284)
 * Status: not resolved