This add-on removes custom event listeners without having to enable debug mode and then uninstalls itself without leaving any trace.
- Compatible XF Versions:
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- Updates Duration:
- An active subscription is required to access premium features
- Visible Branding:
- Yes, but removable with payment
This is useful if you have had any add-ons installed in the past which may have installed listeners without associating them with their add-on.
If you have uninstalled add-ons, deleted files relating to an add-on and find that you still get errors relating to that add-on, running this add-on should clean up after those add-ons and get everything back to normal.
If you are unable to install this add-on due to the above errors, you can add the following to your config.php file and then install this add-on:
Be sure to remove that line of code afterwards to make sure your other add-ons continue to work.PHP:$config['enableListeners'] = false;
- Related Resources:
- Install and Upgrade by Waindigo

Remove Custom Event Listeners by Waindigo 1.0.0
Removes custom event listeners without having to enable debug mode.