by Mustafa Uysal on WordPress.org
Easily change the order of the meta boxes on the posts screen.
This plugin help you to customize order of meta boxes on posts screen. It perfectly works with custom meta boxes.
If you want to force users , add_filter( 'post_meta_box_order_force_override', '__return_true' );
add_filter( 'post_meta_box_order_force_override', '__return_true' );
Enable plugins for selected blogs only on multisite websites (similar to theme functionality)
Change the header/footer of the front- and backend of WordPress Multisite
Overrides the default functionality when clicking on Order notes button so that modal window with order notes is displayed instantly.