mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
4 lines
133 B
Bash
4 lines
133 B
Bash
#!/bin/bash
|
|
|
|
wp plugin is-installed akismet && wp plugin uninstall akismet
|
|
wp plugin is-installed hello && wp plugin uninstall hello
|