Skip to content

Instantly share code, notes, and snippets.

@crossreftech
Created February 4, 2014 22:55
Show Gist options
  • Save crossreftech/8814109 to your computer and use it in GitHub Desktop.
Save crossreftech/8814109 to your computer and use it in GitHub Desktop.
<?php
// Disable draggable metaboxes
function non_draggable_metabox() {
wp_deregister_script('postbox');
}
add_action( 'admin_init', 'non_draggable_metabox' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment