We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e70054 commit 5f9d573Copy full SHA for 5f9d573
packages/edit-post/src/store/actions.js
@@ -566,7 +566,7 @@ export const initializeMetaBoxes =
566
567
// Save metaboxes on save completion, except for autosaves.
568
addFilter(
569
- 'editor.SavePost',
+ 'editor.__unstableSavePost',
570
'core/edit-post/save-metaboxes',
571
( previous, options ) =>
572
previous.then( () => {
packages/editor/src/store/actions.js
@@ -189,7 +189,7 @@ export const savePost =
189
190
if ( ! error ) {
191
await applyFilters(
192
193
Promise.resolve(),
194
options
195
).catch( ( err ) => {
0 commit comments