-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: (Performance)
register_graphql_interfaces
no longer used …
…in `register_block_types` (#146) * Refactor: (Performance) Removed usage of register_graphql_interfaces_to_types in register_block_types * Style: PHPcs fix. * Update thin-insects-sparkle.md * Refactor: (Comments) * Update thin-insects-sparkle.md * Chore: Deprecate `register_to_block` instead. * Update thin-insects-sparkle.md * Review: Add `_deprecated_function` as well.
- Loading branch information
Showing
4 changed files
with
83 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@wpengine/wp-graphql-content-blocks": patch | ||
--- | ||
|
||
Refactored `register_block_types` to remove usages of `register_graphql_interfaces_to_types` to improve performance. | ||
|
||
Deprecated `Anchor::register_to_block` public static method. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters