Hook for the listing update action

Hi,

I may be wrong, but as far as I can see, any code snippet i add for add_action on hivepress/v1/models/listing/update is executed immediately when the listing form is opened.

How to execute the code only when the actually listing is submited/edited (after button click)?

Hi,

This is possible when you first open it, as it creates an auto-draft listing. Please try to use this hook:
hivepress/v1/models/listing/update_status

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.