Rearranging Dashboard meta boxes with use of plugin/functions.php
add_meta_box has a the following placement parameters: $context ‘normal’, ‘advanced’, ‘side’ $priority ‘high’, ‘core’, ‘default’ ‘low’ For $context the difference between normal and advanced is that normal will be placed on the page before advanced. The $priority determines the hierarchy but is overridden when dragged by the user. You can disable the drag and drop … Read more