Files
hub-insurance/wp-content/plugins/child-theme-wizard/uninstall.php
T
2026-07-02 15:54:39 -06:00

8 lines
188 B
PHP

<?php
// Direct file access guard must come first.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}
// This plugin stores no options in the database, so there is nothing to clean up.