I have a meta-box with two fields on the default post type.
The first is a relationship field (there is no ‘field’ => ‘value’ for this) and I’d like to have the second field conditionally show if a relationship has been chosen in the previous field.
The issue is that the conditions field parameter wants a field to watch. I’ve tried ‘field’ => ‘__related_post’ but that doesn’t work.