Compare commits

..

No commits in common. "b0d647e091c781646fdfb438d7dc456fdc58b3cb" and "bd6e3f2d60b7ad0e1890b4e842a9f0aae4578ad2" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class App {
* @return void
*/
public static function plugin_deactivation(): void {
//
error_log( 'Deactivation hook invoked.' );
}
/**

View File

@ -11,4 +11,5 @@ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
function run_uninstaller() {
// Put logic here to undo things when this plugin is uninstalled.
error_log( 'Uninstall hook activated for plugin at ' . __DIR__ );
}