views

Use hook_views_query_alter to handle special sort cases

This week I ran into a problem I’d never run into before with a view. I needed to specify some custom sorting that the Views UI simply doesn’t have options for. Luckily, views provides a hook for just this situation.

Categories: