Support

Account

Home Forums General Issues “meta_query” requires manual update in the admin Reply To: “meta_query” requires manual update in the admin

  • Yes, you need to wrap the value in quotes

    
    'value' => '”'.$speaks.'”',
    

    your meta key should be just the field name, do not include the field group name

    
    'key' => 'user_lang_spoken',