Compare commits
No commits in common. "b0d647e091c781646fdfb438d7dc456fdc58b3cb" and "bd6e3f2d60b7ad0e1890b4e842a9f0aae4578ad2" have entirely different histories.
b0d647e091
...
bd6e3f2d60
@ -42,7 +42,7 @@ class App {
|
|||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public static function plugin_deactivation(): void {
|
public static function plugin_deactivation(): void {
|
||||||
//
|
error_log( 'Deactivation hook invoked.' );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -11,4 +11,5 @@ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
|||||||
|
|
||||||
function run_uninstaller() {
|
function run_uninstaller() {
|
||||||
// Put logic here to undo things when this plugin is uninstalled.
|
// Put logic here to undo things when this plugin is uninstalled.
|
||||||
|
error_log( 'Uninstall hook activated for plugin at ' . __DIR__ );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user