• Hi,

    Looks like a great plugin. However, I went to authorize the plugin and must have used the wrong auth token. Now, no input field shows up. How do I fix this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author nakunakifi

    (@nakunakifi)

    Hello

    If you deactivate and delete the plugin via the plugins admin page it will clear up the database and allow you to re-enter the code next time you activate the plugin.

    Thread Starter jdisenso

    (@jdisenso)

    Thank you @nakunakifi. Unfortunately, I’ve tried this several times and it doesn’t resolve the issue. I’ve looked in the database but can’t find the area that needs to be cleared. Can you point me in the right direction?

    Plugin Author nakunakifi

    (@nakunakifi)

    Sure

    Here is the command to remove rows added by the plugin.

    DELETE FROM wp_options WHERE option_name LIKE ‘cws_gpp_%’;

    I would recommend taking a backup of your database before doing any action like this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tried to authorize, now no input field’ is closed to new replies.