WordPress and Linux Geeks
Collapse
X
-
Quick question...
Pretend the plugin is wp-postratings and I use this to turn it on. Does it also cause it to run itself so it will create its table in the DB or does WP still have to be loaded for this to happen?
IOW... Does it actually run the plugin or does it just set it to activated in the options table?Comment
-
it does everything it would do if you activated via admin panel.Quick question...
Pretend the plugin is wp-postratings and I use this to turn it on. Does it also cause it to run itself so it will create its table in the DB or does WP still have to be loaded for this to happen?
IOW... Does it actually run the plugin or does it just set it to activated in the options table?
you can also install from shell as well
Code:[fris@fris ~/domains/fris.net/labs]$ wp plugin install hello-dolly Installing Hello Dolly (1.6) Downloading install package from http://downloads.wordpress.org/plugin/hello-dolly.1.6.zip... Unpacking the package... Installing the plugin... Plugin installed successfully. [fris@fris ~/domains/fris.net/labs]$
Comment


Comment