Support » Plugin: Developer's Custom Fields » [Plugin: Developer's Custom Fields] options_type = terms.. and options_query?

  • I tried;

    array(
        'name'			=> '3',
        'label'			=> '3',
        'type'			=> 'select',
        'scope'			=> array( 'post' ),
        'options_type'	=> 'terms',
        'options_query'	=> array( 'taxonomy' => 'konum' ),
        'capabilities'	=> array( 'edit_posts' )
    ),

    or
    'options_query' => array( 'terms' => 'konum' ),
    or
    'options_query' => array( 'konum' ),
    or
    'options_query' => array( 'tax_query' => 'konum' ),
    i couldnt get terms.. what should be options_query?

    http://wordpress.org/extend/plugins/developers-custom-fields/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Developer's Custom Fields] options_type = terms.. and options_query?’ is closed to new replies.