/home/crealab/riscatto.brainware.com.co/wp-content/plugins/powerpack-for-learndash/uninstall.php
<?php
/**
 * Functions for uninstall LearnDash PowerPack
 *
 * @since 1.0.0
 *
 * @package LearnDash PowerPack
 */

// if uninstall.php is not called by WordPress, die.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	die;
}

/**
 * Fires on plugin uninstall.
 */
do_action( 'learndash_powerpack_uninstall' );