Site Builder
Editing:
uninstall.php
writable 0666
<?php /** * Promptinator – Dynamic Prompt Short‑Code Builder * ------------------------------------------------- * Uninstall routine * * Why is this file (almost) empty? * -------------------------------- * • Promptinator is a *stateless* helper: it never creates database tables, * adds options, schedules cron events, or writes files to disk. * • WordPress.org’s guideline #7 (“Plugins should clean up responsibly * after themselves”) still requires that you *explicitly* state this. * * Should future versions store persistent data, replace this stub with * real cleanup code or register an uninstall hook in the main plugin file. */ defined( 'WP_UNINSTALL_PLUGIN' ) || exit; // Safety: do nothing if directly accessed.
Save changes
Create folder
writable 0777
Create
Cancel