Tagged Questions
1
vote
1answer
28 views
Query users by capability - uninstall/deactivate callback
The situation
Running on MU, I'm writing an open source/publically and freely available plugin. As I used add_screen_option() to allow users to easily setup the admin page to their likings, I'm left ...
1
vote
1answer
78 views
Downgrading a WP3.3.1 Network Install
Good Morning--
Today I need to downgrade a site from a WP network install to a normal WP install. I thought this would be simple -- just removing these lines from wp-config.php:
define( ...
2
votes
1answer
219 views
Plugin Uninstall and Deactivate via Options Menu
I'm creating my first plugin (modifying an existing one for what I need) and although it's working fine i am trying to create a simple options menu to allow either deactivation of the plugin, or ...