uninstall.php 248 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php /** * * @link http://www.deepenbajracharya.com.np * @since 1.0.0 * * @package Video Conferencing with Zoom API */ // If uninstall not called from WordPress, then exit. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; }