-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Navigation Block: Deprecate obsolete Block Hooks helper functions #7849
base: trunk
Are you sure you want to change the base?
Navigation Block: Deprecate obsolete Block Hooks helper functions #7849
Conversation
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
…on_set_ignored_hooked_blocks_metadata
f933cdb
to
e60ff09
Compare
TODO: Deprecate |
…gation_insert_hooked_blocks
Done in c03008a and e4dddb2. These will require changes from WordPress/gutenberg#68926 to be synced over, and #8212 to land. |
See WordPress/gutenberg#64676 and WordPress/gutenberg#67193.
Note that we cannot delete these functions from
navigation.php
manually, as that file is generated from a Gutenberg file. As a result, this PR currently causes some fatal errors, as some function declarations are duplicated. We will have to wait for WordPress/gutenberg#64676 to be merged and sync'd over to this repo before we can merge this PR.Trac ticket:
This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.