<?php
/**
* File providing `Footnotes_Deactivator` class.
*
* @package footnotes
* @subpackage includes
* @since 2.8.0
*/
* Class providing action(s) on plugin deactivation.
* This class defines all code necessary to run during the plugin's deactivation.
class Footnotes_Deactivator {
* Runs when the plugin is deactivated.
* Currently NOP.
public static function deactivate() {
// Nothing yet.
}