pods-framework / pods

The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
https://pods.io/
GNU General Public License v2.0
1.06k stars 265 forks source link

Disable custom taxonomy meta box on the pods post type edit page #7227

Open exstheme opened 7 months ago

exstheme commented 7 months ago

Problem to Solve

This can be useful if you want to connect your custom post types created with PODS via relationship instead of regular meta boxes so you may want to hide meta boxes.

Proposed Solution

Add a new option to the 'Admin UI' tab on a taxonomy pod edit page like so:

https://i.imgur.com/UT2trbt.png

Possible Workaround

Here is a code example to solve this problem:

https://gist.github.com/sc0ttkclark/a1e857a0e19e2182ba68f98bccddb9e8?permalink_comment_id=4785803#gistcomment-4785803

Examples Elsewhere

No response

Screenshots / Screencast

https://i.imgur.com/UT2trbt.png