Plugin Hook Request
-
I am currently utilizing WP Frontend Delete Account on my WordPress site and have been exploring the available hooks for customization and integration purposes. However, I have encountered a challenge due to the absence of documentation or a hook list within the plugin.
In my exploration of the plugin’s codebase, I identified the “wp_frontend_delete_account_process” hook, which appears to be related to the user deletion process. I attempted to utilize this hook to trigger actions before a user is deleted from the system. While the hook successfully triggers the necessary actions, I encountered unexpected behavior where the user deletion process seems to halt after making an API call within the hook. Despite the trigger working as intended, the user deletion process does not proceed after the API call is executed.
Given the absence of documentation or a hook list, I am reaching out to your team for clarification and guidance on the following:
1) Could you please provide insights into the behavior of the “wp_frontend_delete_account_process” hook? Specifically, does this hook allow for actions to be triggered before a user is deleted, and is it expected behavior for the user deletion process to halt if an API call is made within this hook?
2) In the absence of documentation, are there additional hooks or methods available within WP Frontend Delete Account that would allow me to achieve my objective of triggering actions before a user is deleted without interfering with the deletion process?
3) Furthermore, if there are any best practices or considerations to keep in mind when integrating API calls or performing actions before user deletion within WP Frontend Delete Account, I would be grateful for any insights or recommendations.Your assistance in clarifying these matters and providing guidance based on the plugin’s codebase would be immensely helpful.
Thank you for your attention to this inquiry. I look forward to your response and appreciate your support in resolving this issue.
The page I need help with: [log in to see the link]
- The topic ‘Plugin Hook Request’ is closed to new replies.