| @@ -1,13 +1,13 @@ | ||
| 1 | -<?php | |
| 2 | - | |
| 3 | -// If uninstall is not called from WordPress, exit | |
| 4 | -if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) { | |
| 5 | - exit(); | |
| 6 | -} | |
| 7 | - | |
| 8 | -$option_name = 'fca_eoi_allow_customform'; | |
| 9 | - | |
| 10 | -delete_option( $option_name ); | |
| 11 | - | |
| 12 | -// For site options in Multisite | |
| 13 | -delete_site_option( $option_name ); | |
| 1 | +<?php | |
| 2 | + | |
| 3 | +// If uninstall is not called from WordPress, exit | |
| 4 | +if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) { | |
| 5 | + exit(); | |
| 6 | +} | |
| 7 | + | |
| 8 | +$option_name = 'fca_eoi_allow_customform'; | |
| 9 | + | |
| 10 | +delete_option( $option_name ); | |
| 11 | + | |
| 12 | +// For site options in Multisite | |
| 13 | +delete_site_option( $option_name ); | |