/** * Runs the deactivation routine for the plugin */ public function deactivate() { BC_Utility::deactivate(); }
/** * Deactivate the plugin * Uninstall routines should be in uninstall.php */ function brightcove_deactivate() { BC_Utility::deactivate(); }