mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 16:15:43 +08:00
5 lines
133 B
Bash
5 lines
133 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
wp plugin is-installed akismet && wp plugin uninstall akismet
|
||
|
wp plugin is-installed hello && wp plugin uninstall hello
|