I’m writing a small wordpress plugin that creates some custom files, but I’m wondering if […]
Tag: uninstallation
Remove settings if theme is deleted?
Is it possible to perform an action only if the theme is deleted (not deactivated) […]
How to delete custom taxonomy terms in plugin’s uninstall.php?
I am writing my plugin’s uninstall.php file and would like it to delete any terms […]
How to check what plugins used to be on a WordPress installation?
It’s easy to see what plugins are currently disabled through /wp-admin â but how could […]
How does uninstalling WordPress plugins work?
I’m trying to drop a database table when the user uninstalls the plugin. But what […]
uninstall.php file in Plugin to clean DB
I am aware that WordPress provides Plugins a nice way to clean up the db […]
Popup asking whether data should be removed on plugin uninstall
I have a plugin which creates some options in wp_options, but also creates custom post […]
Plugin could not be deleted due to an error: Could not fully remove the plugin(s) my-plugin/my-plugin.php
Why uninstalling the following (empty) plugin results in error? Here is my-plugin/my-plugin.php: <?php /* Plugin […]
Best practice way to delete user meta data during plugin uninstall?
If a plugin stores data in the usermeta tables what is the best practice method […]
Does plugin’s uninstall.php file have access to the plugin ‘s object?
I read on the codex that the best way to implement a clean uninstallation functionality […]
No More Posts Available.
No more pages to load.