コード例 #1
0
 /**
  * Runs the deactivation routine for the plugin
  */
 public function deactivate()
 {
     BC_Utility::deactivate();
 }
コード例 #2
0
/**
 * Deactivate the plugin
 * Uninstall routines should be in uninstall.php
 */
function brightcove_deactivate()
{
    BC_Utility::deactivate();
}