Skip to content

Commit

Permalink
Update uninstall.php
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills authored Jun 24, 2022
1 parent 2d26731 commit 11d8c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Reference: https://developer.wordpress.org/plugins/plugin-basics/uninstall-methods/#method-2-uninstall-php
*/
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit( 1 );
exit( 1 );
}

// $option_name = 'your_plugin_option';
Expand Down

0 comments on commit 11d8c53

Please sign in to comment.