Wp plugin delete (WP-CLI)

Uit De Vliegende Brigade
Versie door Jeroen Strompf (overleg | bijdragen) op 21 jul 2022 om 15:40 (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...')
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
Naar navigatie springen Naar zoeken springen

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