Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated PluginSidebar and PluginSidebarMoreMenuItem #676

Open
t-hamano opened this issue Jun 30, 2024 · 0 comments
Open

Replace deprecated PluginSidebar and PluginSidebarMoreMenuItem #676

t-hamano opened this issue Jun 30, 2024 · 0 comments

Comments

@t-hamano
Copy link
Contributor

In WordPress 6.6, editor-related slots and APIs have been integrated into the editor package.

As a result, if you run this plugin on WordPress 6.6, you will see messages like the following in the browser console.

wp.editPost.PluginSidebar is deprecated since version 6.6. Please use wp.editor.PluginSidebar instead.
wp.editPost.PluginSidebarMoreMenuItem is deprecated since version 6.6. Please use wp.editor.PluginSidebarMoreMenuItem instead.

We will need to deal with these error messages when this plugin supports WordPress versions 6.6 and above.

Source: Editor: Unified Extensibility APIs in 6.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant