Support

Account

Home Forums General Issues show array of relationship field values in USER query Reply To: show array of relationship field values in USER query

  • thanks jonathan, i need the args for later … . something like:

    $args = array (
    	'order'        => 'ASC',
    	'orderby'      =>  $sortit,
    	'meta_key'     => 'hide_user',
    	'meta_value'   => 'visible'
    );