• I have a multi-select checkbox named ‘accreditations’. Is there a way to check if a value occurs in the array of results?

    [userlist meta_key=”accreditations” meta_value= “accreditation1”] doesn’t work.

Viewing 1 replies (of 1 total)
  • Plugin Author HelgaTheViking

    (@helgatheviking)

    My plugin supports anything WP_User_Query can query for.

    Presumably a multi check is saving an array of values which would then be serialized in the database. You could probably work something up with some custom code, as you can get quite advanced by filtering the different WordPress SQL clauses.

    but I believe it would always have to be a fuzzy and therefore inefficient search.

Viewing 1 replies (of 1 total)
  • The topic ‘Checkbox with multi-select’ is closed to new replies.