Sort tags by first letter or included number
From what I can read in your comments (and your follow up question), you are trying to intercept the WHERE clause of your query. The name__like argument you mentioned in your other question won’t work for what you are trying to achieve. The clause is built this way by get_terms() (the underlying function of get_tags()): … Read more