Pagination requires all-caps "SELECT"
-
Hi Scott –
The part of
WP_Admin_UI::get_data()that addsSQL_CALC_FOUND_ROWSto the query is making a case sensitive match. The result is that all queries need to have an all-capsSELECTor pagination doesn’t work.I see you consistently use all-caps SELECT in the plugin description, but I didn’t think you were being literal. 😀
– David
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Pagination requires all-caps "SELECT"’ is closed to new replies.