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

Deprecated wp.editPost method #21990

Open
best-theory opened this issue Jan 22, 2025 · 1 comment
Open

Deprecated wp.editPost method #21990

best-theory opened this issue Jan 22, 2025 · 1 comment

Comments

@best-theory
Copy link

/wp-content/plugins/wordpress-seo/js/dist/block-editor.js

  • wp.editPost.PluginSidebarMoreMenuItem is deprecated since version 6.6. Please use wp.editor.PluginSidebarMoreMenuItem instead.
  • deprecated.min.js?ver=e1f84915c5e8ae38964c:2 wp.editPost.PluginSidebar is deprecated since version 6.6. Please use wp.editor.PluginSidebar instead.
  • deprecated.min.js?ver=e1f84915c5e8ae38964c:2 wp.editPost.PluginPrePublishPanel is deprecated since version 6.6. Please use wp.editor.PluginPrePublishPanel instead.
  • deprecated.min.js?ver=e1f84915c5e8ae38964c:2 wp.editPost.PluginPostPublishPanel is deprecated since version 6.6. Please use wp.editor.PluginPostPublishPanel instead.
  • deprecated.min.js?ver=e1f84915c5e8ae38964c:2 wp.editPost.PluginDocumentSettingPanel is deprecated since version 6.6. Please use wp.editor.PluginDocumentSettingPanel instead.
@josevarghese
Copy link
Contributor

Hi @best-theory

Thank you for reporting the issue regarding the deprecation message in the browser console. We’ve already documented this in our list of topics related to WordPress 6.6. This is not a critical issue for now, as it will only become problematic if a future version of WordPress removes those hooks.

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

No branches or pull requests

2 participants