Top Google Search Results
- wp query - Usage of the new "posts_clauses" filter in Wordpress 3.1 ...
May 13, 2011 ... Just noticed that 3.1 added a new filter to customize queries: posts_clauses. All I could find about it is that instead of using the separate query ... - Sortable Taxonomy Columns | scribu
Mar 5, 2011 ... 'ASC' : 'DESC'; } return $clauses; } add_filter( 'posts_clauses', ... I didn't realize that 'posts_clauses' had made it into 3.1; awesome! OTOH, your ... - posts_clauses Wordpress hook details -- Adam Brown, BYU Political ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ... - Plugin API/Filter Reference/posts clauses « WordPress Codex
The posts_clauses filter runs before the query gets executed. It's the sum of all filters that run immediately before it. So it should be used if you don't intend to let ...