Is it possible to run javascript on plugin deactivated and if yes then, how should I achieve that. I have developing one plugin in which two new tables are created in wp database and on deactivation I want to confirm from users if he/she wants to delete those table before deactivating.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
This is really a javascript question, but there is nothing preventing you from doing a regular For example: http://stackoverflow.com/questions/8680491/javascript-confirm-with-php-function-afterward |
|||
|
|