Obtenir les informations d’un thème installé.

BASH
                    # wp theme get {theme} 
wp theme get twentysixteen

# Au format JSON
# wp theme get {theme} --format=json 
wp theme get twentysixteen --format=json