How to change the “Quick Page/Post Redirect” plugin’s meta box priority
What I searched for
"Quick Page/Post Redirect" metabox priority
Why I searched for it
I’m adding custom meta boxes to one of my Custom Post Types, but the “Quick Page/Post Redirect” plugin’s meta box has high priority and is jamming itself in where it isn’t wanted (it’s messing up my flow, man!).
What I learned
Version 5.1.4 added a filter to change the meta box priority: appip_metabox_priority_filter
. Using that filter, I can adjust the meta box priority as desired (well, at least within the standard WordPress priority levels).