Changeset 41289 for trunk/src/wp-includes/plugin.php
- Timestamp:
- 08/22/2017 11:51:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/plugin.php
r38589 r41289 781 781 * registering the uninstall hook. In order to run using the hook, the plugin 782 782 * will have to be included, which means that any code laying outside of a 783 * function will be run during the uninstall process. The plugin should not784 * hinder the uninstall process.783 * function will be run during the uninstallation process. The plugin should not 784 * hinder the uninstallation process. 785 785 * 786 786 * If the plugin can not be written without running code within the plugin, then 787 787 * the plugin should create a file named 'uninstall.php' in the base plugin 788 * folder. This file will be called, if it exists, during the uninstall process788 * folder. This file will be called, if it exists, during the uninstallation process 789 789 * bypassing the uninstall hook. The plugin, when using the 'uninstall.php' 790 790 * should always check for the 'WP_UNINSTALL_PLUGIN' constant, before
Note: See TracChangeset
for help on using the changeset viewer.