You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in WordPress trac https://core.trac.wordpress.org/ticket/58670, remove block_core_navigation_submenu_build_css_colors() function without any deprecation can probably trigger a PHP Fatal error when we update to WordPress 6.3 and a third-party plugins as ours use this function.
The block_core_navigation_submenu_build_css_colors() function was removed in https:/github.com//pull/48936 and doc block in #52152
How?
Revert both of the block_core_navigation_submenu_build_css_colors()
What?
Revert
block_core_navigation_submenu_build_css_colors()
.Why?
As reported in WordPress trac https://core.trac.wordpress.org/ticket/58670, remove
block_core_navigation_submenu_build_css_colors()
function without any deprecation can probably trigger a PHP Fatal error when we update to WordPress 6.3 and a third-party plugins as ours use this function.The
block_core_navigation_submenu_build_css_colors()
function was removed in https:/github.com//pull/48936 and doc block in #52152How?
block_core_navigation_submenu_build_css_colors()
Step-by-step reproduction instructions
For example we use this function in one of our block which is a child of the
core/navigation
blockto be able to get the style from the context of the
core/navigation
block.Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
No
The text was updated successfully, but these errors were encountered: