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