File "ActivationInterface.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/wp-rocket/inc/Engine/Activation/ActivationInterface.php
File
size: 187 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
namespace WP_Rocket\Engine\Activation;
interface ActivationInterface {
/**
* Executes this method on plugin activation
*
* @return void
*/
public function activate();
}