I activated PollDaddy plugin on my site but noticed that I entered the wrong account in the setting. Now I cannot find any place to edit that information!
Where is the setting page for PollDaddy?
I activated PollDaddy plugin on my site but noticed that I entered the wrong account in the setting. Now I cannot find any place to edit that information!
Where is the setting page for PollDaddy?
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';
Thanks. It is amazing the plugin does not have a setting page for that.
You must log in to post.