Skip to content

Commit 07e49db

Browse files
committed
🐛Fix: Delete settings correctly in uninstall.php
1 parent 42c414d commit 07e49db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uninstall.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?php
2-
delete_option( 'disable_wp_frontend_path_whitelist' );
2+
delete_option( 'disable_wp_frontend_settings' );

0 commit comments

Comments
 (0)