DeactivationInterface.php 195 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <?php namespace WP_Rocket\Engine\Deactivation; interface DeactivationInterface { /** * Executes this method on plugin deactivation * * @return void */ public function deactivate(); }