Thread Starter
mpact
(@mpact)
The problem seems to be line 381 in class.cpto.php.
apply_filters(‘pto/save-ajax-order’, $data, $key, $id) returns false instead of the order. The line above it (that is marked deprecated) returns the correct order integer.
When I comment out line 381, the plugin works as intended.
Thread Starter
mpact
(@mpact)
Hi,
I’m trying to reorder through the ReOrder interface.
The new order that is sent to the server with the AJAX request is correct but the menu_order column in the database is not updating.
Thread Starter
mpact
(@mpact)
Hi,
the AJAX response is always 0, which I think is the correct response for a successful request.
Also there are no errors in the server logs.