views:

28

answers:

1

Is it possible, somehow to programmatically install plugins? So I can send my client one file they unpack, go to some installplugins.php file and that installs + activates them? Only way I found for doing that is really rancid lowlevel; I'm hoping someone here knows better methods.

+1  A: 

Looks like you can toggle plugins in the database: table wp_options -> field option_name -> active_plugins.

songdogtech