✏️ 正在编辑: uninstall.php
路径:
/home/qyel0117/public_html/wp-content/plugins/svg-support/uninstall.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } $bodhi_options_on_deletion = get_option( 'bodhi_svgs_settings' ); if ( isset($bodhi_options_on_deletion[ 'del_plugin_data' ]) && $bodhi_options_on_deletion[ 'del_plugin_data' ] === 'on' ) { // Delete plugin options delete_option( 'bodhi_svgs_plugin_version' ); delete_option( 'bodhi_svgs_settings' ); // Delete all post meta related to SVG Support global $wpdb; $wpdb->delete($wpdb->postmeta, array('meta_key' => 'inline_featured_image')); }
💾 保存文件
← 返回文件管理器