add wp-rocket
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Rocket\Engine\Deactivation;
|
||||
|
||||
interface DeactivationInterface {
|
||||
/**
|
||||
* Executes this method on plugin deactivation
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function deactivate();
|
||||
}
|
Reference in New Issue
Block a user