Hi! I'm trying to use a custom attr for a text field on a metabox; but I need to configure it to be sortable and to show in a specific position (before title).
This is what I'm trying to do:
'admin_columns' => array('position' => 'before title', 'title' => 'Campus', 'sort' => true),
Thanks in advance