Hello everybody,
I'm trying to make my plugin compatible and receive the message directly in the dashboard. The widget is not intended for the editor and should only be displayed in the dashboard. So how can I disable the message?
Message: _This meta box, from the Helpful plugin, isn't compatible with the block editor._
In Codex and otherwise, I have found no information. I also have the following, packed into the callback arguments:
wp_add_dashboard_widget(
'helpful_widget',
_x( 'Helpful', 'headline dashboard widget', 'helpful' ),
array( $this, 'widget_callback'),
null,
array( '__block_editor_compatible_meta_box' => false )
);
Any ideas?
Seeing this message on Dashboard widgets from Yoast, Modern Tribe (The Events Calendar), and WP Help plugin.
I tested with WordPress 4.9.8 and Gutenberg 4.1.1 using Firefox 63.0 on macOS 10.13.6 by installing Helpful 2.4.4 plugin from https://wordpress.org/plugins/helpful/ and checking the WP Admin > Dashboard page and I see the Helpful panel there without any error:
Seen at http://alittletestblog.com/wp-admin/index.php running WordPress 4.9.8 and Gutenberg 4.1.1 using Firefox 63.0 on macOS 10.13.6.
Am I looking at the right thing? Do you happen to be testing with WP 5.0 beta and not with the Gutenberg plugin? May I ask your WP and Gutenberg plugin version numbers?
Do you happen to be testing with WP 5.0 beta and not with the Gutenberg plugin?
@designsimply Yes. Testing 5.0-beta1
Okay! This may be different then and I'm still working out when to report issues here versus https://core.trac.wordpress.org/
It is definitely unclear! But either way, the thumbs ups suggest we've got a real bug! Here's a screenshot:
Do you happen to be testing with WP 5.0 beta and not with the Gutenberg plugin?
@designsimply Yes. Testing 5.0-beta1
this ... excuse me for not mentioning that! I just received the email from WordPress.org to take care of my plugins. Then i downloaded the developer version and saw the messages.
Unfortunately, I could not find anything about it on the internet or in the codex.
Thank you for your efforts! :)
Closing this in favor of the Trac ticket for WP 5.0 which is being worked on already at ~https://core.trac.wordpress.org/ticket/45172~
https://core.trac.wordpress.org/ticket/45112
Thank you for testing, for updating plugins, and for reporting the issue!
Most helpful comment
It is definitely unclear! But either way, the thumbs ups suggest we've got a real bug! Here's a screenshot: