Skip to content

Commit d164007

Browse files
committed
Fix action hook.
1 parent ced8d41 commit d164007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/metabox-partial-page.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ function resizeIframe( obj ) {
426426
}
427427
}
428428

429-
add_action( 'gutenberg_metaboxes', 'gutenberg_metabox_partial_page' );
429+
add_action( 'do_meta_boxes', 'gutenberg_metabox_partial_page' );
430430

431431
/**
432432
* Allows the metabox endpoint to correctly redirect to the metabox endpoint

0 commit comments

Comments
 (0)