Skip to content

Instantly share code, notes, and snippets.

@ashsaraga
Last active August 27, 2021 16:26
Show Gist options
  • Save ashsaraga/b37cc344150c8ad26bdf51b3c80c3a7f to your computer and use it in GitHub Desktop.
Save ashsaraga/b37cc344150c8ad26bdf51b3c80c3a7f to your computer and use it in GitHub Desktop.
<?php
add_action('edit_form_after_title', function() {
global $post, $wp_meta_boxes;
do_meta_boxes(get_current_screen(), 'advanced', $post);
unset($wp_meta_boxes[get_post_type($post)]['advanced']);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment