You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the wp theme get and wp theme list commands we could add a new field type that would say whether it's a classic or a block theme. We can use the WP_Theme::is_block_theme() method for that.
For the
wp theme getandwp theme listcommands we could add a new fieldtypethat would say whether it's aclassicor ablocktheme. We can use theWP_Theme::is_block_theme()method for that.Originally proposed in wp-cli/ideas#119 (comment)