• Resolved doobled44

    (@doobled44)


    Hi,

    Thank you for this plugin. Is it possible to set the plugins settings using wp-cli? Something like:

    wp option update smtp_host 'localhost'
    wp option update smtp_username 'username'

    and so on?

Viewing 1 replies (of 1 total)
  • Thread Starter doobled44

    (@doobled44)

    Nevermind, I found the solution:

    wp option patch update smtp_mailer_options smtp_host 'localhost'
    wp option patch update smtp_mailer_options smtp_username 'username'

    and so on.

    • This reply was modified 2 years, 7 months ago by doobled44.
Viewing 1 replies (of 1 total)
  • The topic ‘wp-cli usage for settings’ is closed to new replies.