Compare commits
	
		
			2 Commits
		
	
	
		
			bd6e3f2d60
			...
			b0d647e091
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						b0d647e091
	
				 | 
					
					
						|||
| 
						
						
							
						
						66687bf8b1
	
				 | 
					
					
						
@@ -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,5 +11,4 @@ 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__ );
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user