aliyun-oss-wordpress/uninstall.php

9 lines
127 B
PHP
Raw Normal View History

2020-03-31 01:15:49 +00:00
<?php
2023-07-25 00:35:48 +00:00
if (!defined('WP_UNINSTALL_PLUGIN')) {
exit;
2023-07-25 00:35:48 +00:00
}
2020-03-31 01:15:49 +00:00
2025-02-14 06:55:03 +00:00
update_option('upload_url_path', '');
2020-03-31 01:15:49 +00:00
delete_option('oss_options');