Viewing 2 replies - 1 through 2 (of 2 total)
  • Go into your mysql database through an interface such as phpmyadmin. Go to the wp_options table and sort by the option_name field. Find the option called ‘polldaddy_api_key’ and delete it.

    Alternatively, just execute this sql call from within the mysql interface:

    delete from wp_options where option_name = 'polldaddy_api_key';

    Thread Starter bluebird2

    (@bluebird2)

    Thanks. It is amazing the plugin does not have a setting page for that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing PollDaddy Login Information’ is closed to new replies.