Support

Account

Home Forums ACF PRO meta query by acf user field (object) Reply To: meta query by acf user field (object)

  • I found the solution:
    i had to remove the “user_” prefix to the id as i’m using this in a user profile page:
    'value' => '"' . str_replace("user_", "", $post_id ) . '"',