chore: initial snapshot of 2meet-data-optimizer-playlist-addon v0.1.0
Baseline before backporting wp-data-optimizer v3.0.1-v3.4.6. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TbG1keQQ7XBa7qMQY16KCY
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Uninstall handler for 2meet Data Optimizer Playlist AddOn.
|
||||
*
|
||||
* 僅清理本 AddOn 自有 schema(核心 wp_wpdo_* 系統表保留給 core)。
|
||||
*
|
||||
* @package TMDO_PLAYLIST
|
||||
*/
|
||||
|
||||
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
// Phase 4 完整實作。Phase 0 stub:保留所有資料以避免誤刪。
|
||||
Reference in New Issue
Block a user