Replies: 1
Hey,
I have been using the action “forminator_custom_form_after_save_entry” which I just discovered is deprecated by now. It caused problem with the plugin I wrote and I fail to find a list of existing actions to use in context with self-written mu-plugins.
I used following:
add_action(‘forminator_custom_form_after_save_entry’,’my_function’ );
I used this to get a chat notification about a form being submitted. It used to send one message per submit but now I get messages with the content after the submit and many more messages arbitrarily afterwards. Thus my question: is there any other way to handle this cleanly?
Thanks for the help,
Renayd