Viewing 1 replies (of 1 total)
  • Thread Starter watermelonkid

    (@watermelonkid)

    Nevermind, found it in the filters. If anyone else is looking, appip_metabox_priority_filter is the filter you’re looking for. Something like this in your functions.php will do the trick:

    
    function stufftobottom() {
      return 'low';
    }
    add_filter( 'appip_metabox_priority_filter', __NAMESPACE__ . '\\stufftobottom');
    • This reply was modified 9 years, 6 months ago by watermelonkid.
Viewing 1 replies (of 1 total)

The topic ‘Move Admin Panel to Bottom?’ is closed to new replies.