Support

Account

Home Forums Backend Issues (wp-admin) Filter the priority of meta boxes Reply To: Filter the priority of meta boxes

  • Yes that’s correct but I have meta boxes from other plugins that also have their priority set to high and I would like to have all afc meta boxes last.

    It would have been a quick fix if I could have filtered the priority to low, but after a closer look it seems like that’s not possible.

    Do you know of any other way to achieve this? I was thinking about removing them with remove_meta_box() and then add them again with add_meta_box() but would that be safe?