I'm using admin-ajax.php to handle my ajax requests. Because this qualifies as is_admin(), menu_order is automatically used to sort if the Sort in Admin checkbox is set in the settings. It should not be set if doing an unprivileged ajax request
I'm using admin-ajax.php to handle my ajax requests. Because this qualifies as is_admin(), menu_order is automatically used to sort if the Sort in Admin checkbox is set in the settings. It should not be set if doing an unprivileged ajax request
I see your point.
I'll try to find a way to avoid this for further updates, possible something which we had implemented for the Advanced Post Types Order where you can use force_no_custom_order query param to ignore the order when autosort/admin order is ON
You must log in to post.