I have a question regarding to the contact form 7.
My question is Which hook use when the user delete particular contact form from the WordPress admin?
I require to use that hook for delete some details from the database.
I have a question regarding to the contact form 7.
My question is Which hook use when the user delete particular contact form from the WordPress admin?
I require to use that hook for delete some details from the database.
CF7 forms are stored as a custom post type so you can simply use the delete_post hook: https://codex.wordpress.org/Plugin_API/Action_Reference/delete_post