コード例 #1
0
<?php

/**
 * Uninstall Brightcove
 *
 * Removes all Brightcove data stored by the plugin
 *
 * @since   1.0.0
 *
 * @package Brightcove_Video_Connect
 */
if (!defined('WP_UNINSTALL_PLUGIN') || !WP_UNINSTALL_PLUGIN) {
    exit;
}
BC_Utility::uninstall_plugin();
コード例 #2
0
 /**
  * Cleanup on uninstall
  */
 public function uninstall()
 {
     BC_Utility::uninstall_plugin();
 }