uninstall.php
Fired when the plugin is uninstalled.
Description
We are not using an uninstall hook because WordPress perfoms bad when using it.
Even if below issue is "fixed", it did not resolve the perfomance issue.
-
see
-
https://core.trac.wordpress.org/ticket/31792
When populating this file, consider the following flow
of control:
- Check if the $_REQUEST['plugin'] content actually is tkt-search-and-filter/tkt-search-and-filter.php
- Check if the $_REQUEST['action'] content actually is delete-plugin
- Run a check_ajax_referer check to make sure it goes through authentication
- Run a current_user_can check to make sure current user can delete a plugin
-
todo
-
Consider multisite. Once for a single site in the network, once sitewide.
-
link
-
https://www.tukutoi.com/
-
since
-
1.0.0
-
author
-
Beda Schmid beda@tukutoi.com
Table of Contents
-
plugin_name_uninstall()
: mixed
- Perform Uninstall Actions.
plugin_name_uninstall()
Perform Uninstall Actions.
plugin_name_uninstall() : mixed
Description
If uninstall not called from WordPress,
If no uninstall action,
If not this plugin,
If no caps,
then exit.
-
since
-
1.0.0
Return
(mixed)