wp cli command activate plugin

wp plugin activate

  • wp: WordPress Command-Line Interface.
  • plugin: Specifies that the command is related to plugins.
  • activate: Activates a specified plugin.
  • <plugin>: Replace this with the slug or name of the plugin you want to activate.