• Resolved brunoooo

    (@brunoooo)


    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 :s

    Can you help me?
    I just want to update a custom table when Re-Order.

    Thanks!
    Bruno

Viewing 1 replies (of 1 total)
  • Plugin Author Maya

    (@tdgu)

    Hi Bruno,
    The mentioned filters are actually used fro the advanced version.
    Try the followings:

    1) Action ‘PTO/order_update_complete’ this trigger when order update completed

    2) Filter ‘pto/save-ajax-order’ this trigger for each item individually, it send 3 arguments $data, $key, $id

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Trigger save/change order on Custom Post Type’ is closed to new replies.