Skip to content

Commit c4ea977

Browse files
juanmaguitarcoffee2code
authored andcommitted
Update block editor importer with new path redirects for interactivity API references following IAPI restructuring.
1 parent 09fa297 commit c4ea977

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎source/wp-content/themes/wporg-developer-2023/inc/import-block-editor.php‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ public function redirects() {
112112
'tutorials/devenv' => 'getting-started/devenv',
113113
'tutorials/devenv/docker-ubuntu' => 'getting-started/devenv/docker-ubuntu',
114114
'tutorials/block-based-theme' => 'how-to-guides/themes/block-theme-overview',
115+
116+
// After IAPI restructuring, Feb 2025 - PRs #75357 & #74974.
117+
'reference-guides/interactivity-api/api-reference' => 'reference-guides/interactivity-api/directives-and-store',
118+
'reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state' => 'reference-guides/interactivity-api/core-concepts/understanding-global-state-local-context-derived-state-and-config',
119+
115120
];
116121

117122
// General path redirects. (More specific path first.)

0 commit comments

Comments
 (0)