<?php
/**
 * Uninstall BW Pretty Post Link.
 *
 * This file runs when the plugin is deleted via the WordPress admin.
 * Currently a stub - the plugin stores no options or database tables.
 *
 * @package BW_Pretty_Post_Link
 */

defined( 'WP_UNINSTALL_PLUGIN' ) || exit;

// No cleanup needed - plugin stores no persistent data.
