Skip to content

Commit

Permalink
Fix action hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
BE-Webdesign committed Sep 16, 2017
1 parent ced8d41 commit d164007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/metabox-partial-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ function resizeIframe( obj ) {
}
}

add_action( 'gutenberg_metaboxes', 'gutenberg_metabox_partial_page' );
add_action( 'do_meta_boxes', 'gutenberg_metabox_partial_page' );

/**
* Allows the metabox endpoint to correctly redirect to the metabox endpoint
Expand Down

0 comments on commit d164007

Please sign in to comment.