WordPress WP-CLIで不要なテーマを削除する

テーマ削除コマンド

WordPress公式テーマの「Twenty Twenty」を削除するコマンド。

$ wp theme delete twentytwenty --path=<path>
Deleted 'twentytwenty' theme.
Success: Deleted 1 of 1 themes.

利用していないテーマを一括削除

オプションの “–all” を指定することで利用していないテーマを一括削除できます。

$ wp theme delete --all --path=<path>

※子テーマを利用している場合は、親テーマも削除されてしまいますので注意が必要です。

Warning: Can't delete the currently active theme: cocoon-child-master
Deleted 'cocoon-master' theme.
Deleted 'twentynineteen' theme.
Deleted 'twentyseventeen' theme.
Deleted 'twentytwenty' theme.
Error: Only deleted 4 of 5 themes.

実行環境情報

$ wp --info
OS:     Linux 4.4.0-169-generic #198-Ubuntu SMP Tue Nov 12 10:38:00 UTC 2019 x86_64
Shell:  /bin/bash
PHP binary:     /opt/php-7.3.8/bin/php
PHP version:    7.3.8
php.ini used:   /opt/php-7.3.8/etc/php.ini
WP-CLI root dir:        phar://wp-cli.phar/vendor/wp-cli/wp-cli
WP-CLI vendor dir:      phar://wp-cli.phar/vendor
WP_CLI phar path:       /home/xxxxxx/public_html/wp
WP-CLI packages dir:
WP-CLI global config:
WP-CLI project config:
WP-CLI version: 2.4.0

コメント

タイトルとURLをコピーしました