prefix . 'xxx' 引用是否在 * uninstall.php 中出現。 * * 若需完整清理 wp_wpdo_hot_hp_* 等表,請執行: * wp plugin uninstall 2meet-data-optimizer * * @package TMDO_HIVEPRESS */ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } // 表清單(不執行 DROP,僅供 schema drift check 識別) // DROP TABLE references for schema drift check — DO NOT EXECUTE $tmdo_hp_referenced_tables = array( 'hpct_migrations', 'wpdo_hot_hp_booking', 'wpdo_hot_hp_listing', 'wpdo_hot_hp_request', ); unset( $tmdo_hp_referenced_tables ); // 清除 HP AddOn 自有 option(如有) // (Phase 1 stub — 目前無 option 自有)