Wp plugin delete (WP-CLI): verschil tussen versies

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
(Nieuwe pagina aangemaakt met 'E.g.: wp plugin delete hello wp plugin delete contact-form-7 * By itself, WP-CLI can delete files. It probably depends on the overall right configuration if thi...')
(geen verschil)

Versie van 21 jul 2022 15:40

E.g.:

wp plugin delete hello
wp plugin delete contact-form-7
  • By itself, WP-CLI can delete files. It probably depends on the overall right configuration if this works in any specific situation
  • Plugins don't need to be stopped before deletion
  • Must-use (mu) plugins cannot be stopped. You can only stop them through deleting them.

Sources