Trigger save/change order on Custom Post Type
-
Hello,
I’m looking for a Hook that trigger when custom-post are changed or on the Re-Order view when the update cta are clicked..
I’ve already try all the action on nsp-code like ->
add_action(‘apto/reorder-interface/order_update_complete’, ‘custom_apto_order_update_complete’);
add_action(‘APTO/default-interface/order_update_complete’, ‘custom_default_interface_order_update_complete’);
add_action(‘apto_object_order_update’, ‘custom_apto_object_order_update’);
…
But nothing seems to work :sCan you help me?
I just want to update a custom table when Re-Order.Thanks!
Bruno
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Trigger save/change order on Custom Post Type’ is closed to new replies.