Support

Account

Forum Replies Created

  • He Elliot

    It’s already possible to change the position so it might be a bit overkill to have a filter for that. But to either have a filter for the priority or possibility even to choose it in the administration where you can choose the position today, probably would not hurt.

    I’m leaning towards hard coding in apply_filters('afc_meta_box_priority', $priority) for now or use the $wp_meta_boxes array to reorder the meta boxes.

    Anyway thanks for all your help and again for an awesome plugin!

  • 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?

  • You guys are absolutely right, can’t believe I didn’t think of it 🙂 Anyway, thank you so much! and for a awesome plugin!

Viewing 3 posts - 1 through 3 (of 3 total)