Plugin Support
Muhammad
(@muhammadwpfolio)
Hi @eagles051387,
Thank you for reaching out!
The developer tools alert is meant to prevent unauthorized access, but if it’s triggering randomly, that’s not expected.
As a temporary fix, you can disable the alert by adding this to your theme’s functions.php or a custom plugin:
add_filter('pda_disable_developer_tools', '__return_false');
Could you also share your device, browser, and PDA plugin version? This will help us investigate further. Feel free to reach out via our contact form with details.
We appreciate your patience!
Device – doesnt matter the device it can be my desktop or laptop.
Browser – also doesnt matter I get that popup regardless of browse. I get this on the latest Firefox (non esr) version, latest chrome, latest edge.
I have 1 laptop and my desktop on windows 11 and this happens and even on firefox ESR on debian 13 this same issue happens.
Forgot to add the PDA verion I am on is Version 2.8.8.3
Plugin Support
Muhammad
(@muhammadwpfolio)
Hi @eagles051387,
Thanks for the additional details.
I just checked your site from my end using multiple browsers, and I wasn’t able to reproduce the developer tools popup.
Could you please try clearing your site/server cache (if any caching plugin or CDN is active) and check again? Sometimes cached scripts can cause this behavior.
If the issue still persists, please try adding the following snippet to temporarily disable the alert:
add_filter('pda_disable_developer_tools', '__return_false');
This will help confirm whether the alert script is being triggered unexpectedly.
Let me know how it goes, and we’ll continue investigating!
Good Morning,
I will try soon and revert back soon.
Plugin Support
Quinnie
(@quinniewpfolio)
Good morning,
Thank you for letting us know. We appreciate it and will wait for your update.