10up / simple-page-ordering

Order your pages and other hierarchical post types with simple drag and drop right from the standard page list.
https://wordpress.org/plugins/simple-page-ordering/
GNU General Public License v2.0
149 stars 23 forks source link

Include 'supress_filters' => false to get_posts() #2

Closed nicholasio closed 6 years ago

nicholasio commented 6 years ago

When adding this plugin to a VIP Go project, I was asked to add 'suppress_filters' => false to get_posts() in https://github.com/10up/simple-page-ordering/blob/develop/simple-page-ordering.php#L256

https://vip.wordpress.com/documentation/uncached-functions/

ryanwelcher commented 6 years ago

Addressed with #10