velora-player/uninstall.php
2026-03-23 16:55:03 +01:00

11 lines
146 B
PHP

<?php
/**
* Uninstall handler.
*
* @package ModernAudioPlayer
*/
defined( 'WP_UNINSTALL_PLUGIN' ) || exit;
delete_option( 'map_settings' );