<?php namespace SEOPress\Core\Hooks; defined('ABSPATH') or exit('Cheatin’ uh?'); interface DeactivationHook { public function deactivate(); }