Delete AD Authentication Integration Options

subtitles as $optgroupname=>$title ) { if( ADAI_IS_NETWORK_ACTIVE ) { $exists = get_site_option( $optgroupname ); if( $exists ) $deleted = delete_site_option( $optgroupname ); } else { $exists = get_option( $optgroupname ); if( $exists ) $deleted = delete_option( $optgroupname ); } echo ( $deleted && $exists ) ? '

The ' . $title . ' set of options has been removed from the database successfully.

' : ( ( !$exists ) ? '

The ' . $title . ' set of options did not exist in the database, so it did not need to be removed.

' : '

There was an unspecified error removing the ' . $title . ' set of options from the database. Please try again.

' ); } ?>

Note:

If you visit the settings page for this plug-in, all options will now be restored to the original default settings.

Are you sure you want to delete all of the settings for this plug-in? There is no way to restore these settings once you have done so.

You do not have the proper permissions to perform this action.

'; } ?>