<?php
/**
 * Uninstall script for BW Pre-Heading.
 *
 * Runs when the plugin is deleted via WP Admin. This block stores no
 * options, transients, or custom tables — all state lives inside the
 * block's own attributes in post content — so there is nothing to
 * clean up here. File is kept as a no-op per PLUGIN.md §15 in case
 * future versions introduce persistent data.
 */

defined( 'WP_UNINSTALL_PLUGIN' ) || exit;
