File "Has_Deactivate.php"
Full Path: /home/timepamn/dailynetworth.org/wp-content/plugins/jetpack-boost-git/app/contracts/Has_Deactivate.php
File size: 120 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Automattic\Jetpack_Boost\Contracts;
interface Has_Deactivate {
public static function deactivate();
}