Title: Delete INVITATION code?
Last modified: August 30, 2016

---

# Delete INVITATION code?

 *  [lennertdorman](https://wordpress.org/support/users/lennertdorman/)
 * (@lennertdorman)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/delete-invitation-code/)
 * L.S.,
 * Trying to delete the default code INVITATION (999999 / 999999). But that is not
   working. Getting the following error message: The code invitation have not been
   deleted.
 * Can you let me know how to delete it?
 * Regards,
 * Lennert
 * [https://wordpress.org/plugins/baw-invitation-codes/](https://wordpress.org/plugins/baw-invitation-codes/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [carolaword](https://wordpress.org/support/users/carolaword/)
 * (@carolaword)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/delete-invitation-code/#post-6544702)
 * I need to know too
 *  [imnotme82324](https://wordpress.org/support/users/jrcdyer/)
 * (@jrcdyer)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/delete-invitation-code/#post-6544704)
 * In the “Invitation Codes List” section, hit the “Clear all codes” button. It’s
   better to do this before you add a bunch of codes… That seems to be the only 
   way to get rid of it.
 *  [sdenec](https://wordpress.org/support/users/sdenec/)
 * (@sdenec)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/delete-invitation-code/#post-6544724)
 * Hi,
 * regarding the ability to delete the pregenerated “INVITATION” and random gernerated
   keys. There is a solution by correcting the code on your own. But it may be worth
   the trouble for managing the keys in the future without erasing everything.
 * I just explored the plugin code. There is a bug in the “back-end.php” on line
   201.
    the line `$code = isset( $_GET['code'] ) ? sanitize_key( $_GET['code']):
   false;` should actually be `$code = isset( $_GET['code'] ) ? strtoupper(sanitize_key(
   $_GET['code'])) : false;`
 * It seem there are a few places where the “strtoupper()” is missing and causing
   trouble.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Delete INVITATION code?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/baw-invitation-codes_fdfdfd.svg)
 * [Easy Invitation Codes](https://wordpress.org/plugins/baw-invitation-codes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/baw-invitation-codes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/baw-invitation-codes/)
 * [Active Topics](https://wordpress.org/support/plugin/baw-invitation-codes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/baw-invitation-codes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/baw-invitation-codes/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [sdenec](https://wordpress.org/support/users/sdenec/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/delete-invitation-code/#post-6544724)
 * Status: not resolved