File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ title: 'wp plugin'
3939 </tr>
4040 <tr>
4141 <td><a href="/commands/plugin/is-installed/">is-installed</a></td>
42- <td>Check if the plugin is installed</td>
42+ <td>Check if the plugin is installed. </td>
4343 </tr>
4444 <tr>
4545 <td><a href="/commands/plugin/list/">list</a></td>
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout: default
33title : ' wp plugin is-installed'
44---
55
6- ` wp plugin is-installed ` - Check if the plugin is installed
6+ ` wp plugin is-installed ` - Check if the plugin is installed.
77
88### OPTIONS
99
Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ title: 'wp theme'
3333 <td><a href="/commands/theme/install/">install</a></td>
3434 <td>Install a theme.</td>
3535 </tr>
36+ <tr>
37+ <td><a href="/commands/theme/is-installed/">is-installed</a></td>
38+ <td>Check if the theme is installed.</td>
39+ </tr>
3640 <tr>
3741 <td><a href="/commands/theme/list/">list</a></td>
3842 <td>Get a list of themes.</td>
Original file line number Diff line number Diff line change 1+ ---
2+ layout : default
3+ title : ' wp theme is-installed'
4+ ---
5+
6+ ` wp theme is-installed ` - Check if the theme is installed.
7+
8+ ### OPTIONS
9+
10+ < ; theme> ;
11+ : The theme to check.
12+
13+ ### EXAMPLES
14+
15+ wp theme is-installed twentytwelve
16+
You can’t perform that action at this time.
0 commit comments