W0000t?!? :O
Its a taxonomy field and looks like this
array (
'key' => 'field_55411b948f60d',
'label' => 'Select Story',
'name' => 'story_post',
'prefix' => '',
'type' => 'taxonomy',
'instructions' => '',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array (
'width' => '',
'class' => '',
'id' => '',
),
'taxonomy' => 'story',
'field_type' => 'select',
'allow_null' => 1,
'add_term' => 1,
'load_save_terms' => 1,
'return_format' => 'id',
'multiple' => 0,
),
Can you share your example?
@hube2 I have found a problem here I think. The select box populates the data through wp-admin/admin-ajax.php and when its doing that call it cant access $post or get_current_screen().
Is it possible in some way of knowing what screen in admin-ajax.php?