Skip to content

Commit 461d942

Browse files
Update generated docs for v0.22.0
1 parent c581038 commit 461d942

256 files changed

Lines changed: 2456 additions & 2399 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

commands/cache/add/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,34 @@ If a value already exists for the key, the value isn't added.
2424
### GLOBAL PARAMETERS
2525

2626
\--path=<path>
27-
Path to the WordPress files
27+
Path to the WordPress files.
2828

2929
\--url=<url>
3030
Pretend request came from given URL. In multisite, this argument is how the target site is specified.
3131

3232
\--user=<id|login|email>
33-
Set the WordPress user
33+
Set the WordPress user.
3434

3535
\--skip-plugins[=<plugin>]
36-
Skip loading all or some plugins
36+
Skip loading all or some plugins.
3737

3838
\--skip-themes[=<theme>]
39-
Skip loading all or some themes
39+
Skip loading all or some themes.
4040

4141
\--require=<path>
42-
Load PHP file before running the command (may be used more than once)
42+
Load PHP file before running the command (may be used more than once).
4343

4444
\--[no-]color
45-
Whether to colorize the output
45+
Whether to colorize the output.
4646

4747
\--debug
48-
Show all PHP errors; add verbosity to WP-CLI bootstrap
48+
Show all PHP errors; add verbosity to WP-CLI bootstrap.
4949

5050
\--prompt
51-
Prompt the user to enter values for all command arguments
51+
Prompt the user to enter values for all command arguments.
5252

5353
\--quiet
54-
Suppress informational messages
54+
Suppress informational messages.
5555

5656

5757

commands/cache/decr/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,34 @@ title: 'wp cache decr'
1919
### GLOBAL PARAMETERS
2020

2121
\--path=<path>
22-
Path to the WordPress files
22+
Path to the WordPress files.
2323

2424
\--url=<url>
2525
Pretend request came from given URL. In multisite, this argument is how the target site is specified.
2626

2727
\--user=<id|login|email>
28-
Set the WordPress user
28+
Set the WordPress user.
2929

3030
\--skip-plugins[=<plugin>]
31-
Skip loading all or some plugins
31+
Skip loading all or some plugins.
3232

3333
\--skip-themes[=<theme>]
34-
Skip loading all or some themes
34+
Skip loading all or some themes.
3535

3636
\--require=<path>
37-
Load PHP file before running the command (may be used more than once)
37+
Load PHP file before running the command (may be used more than once).
3838

3939
\--[no-]color
40-
Whether to colorize the output
40+
Whether to colorize the output.
4141

4242
\--debug
43-
Show all PHP errors; add verbosity to WP-CLI bootstrap
43+
Show all PHP errors; add verbosity to WP-CLI bootstrap.
4444

4545
\--prompt
46-
Prompt the user to enter values for all command arguments
46+
Prompt the user to enter values for all command arguments.
4747

4848
\--quiet
49-
Suppress informational messages
49+
Suppress informational messages.
5050

5151

5252

commands/cache/delete/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@ title: 'wp cache delete'
1616
### GLOBAL PARAMETERS
1717

1818
\--path=<path>
19-
Path to the WordPress files
19+
Path to the WordPress files.
2020

2121
\--url=<url>
2222
Pretend request came from given URL. In multisite, this argument is how the target site is specified.
2323

2424
\--user=<id|login|email>
25-
Set the WordPress user
25+
Set the WordPress user.
2626

2727
\--skip-plugins[=<plugin>]
28-
Skip loading all or some plugins
28+
Skip loading all or some plugins.
2929

3030
\--skip-themes[=<theme>]
31-
Skip loading all or some themes
31+
Skip loading all or some themes.
3232

3333
\--require=<path>
34-
Load PHP file before running the command (may be used more than once)
34+
Load PHP file before running the command (may be used more than once).
3535

3636
\--[no-]color
37-
Whether to colorize the output
37+
Whether to colorize the output.
3838

3939
\--debug
40-
Show all PHP errors; add verbosity to WP-CLI bootstrap
40+
Show all PHP errors; add verbosity to WP-CLI bootstrap.
4141

4242
\--prompt
43-
Prompt the user to enter values for all command arguments
43+
Prompt the user to enter values for all command arguments.
4444

4545
\--quiet
46-
Suppress informational messages
46+
Suppress informational messages.
4747

4848

4949

commands/cache/flush/index.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,40 @@ title: 'wp cache flush'
77

88
<hr />
99

10-
10+
For sites using a persistent object cache, because WordPress Multisite simply adds a blog id
11+
to the cache key, flushing cache is typically a global operation.
1112

1213
### GLOBAL PARAMETERS
1314

1415
\--path=&lt;path&gt;
15-
Path to the WordPress files
16+
Path to the WordPress files.
1617

1718
\--url=&lt;url&gt;
1819
Pretend request came from given URL. In multisite, this argument is how the target site is specified.
1920

2021
\--user=&lt;id|login|email&gt;
21-
Set the WordPress user
22+
Set the WordPress user.
2223

2324
\--skip-plugins[=&lt;plugin&gt;]
24-
Skip loading all or some plugins
25+
Skip loading all or some plugins.
2526

2627
\--skip-themes[=&lt;theme&gt;]
27-
Skip loading all or some themes
28+
Skip loading all or some themes.
2829

2930
\--require=&lt;path&gt;
30-
Load PHP file before running the command (may be used more than once)
31+
Load PHP file before running the command (may be used more than once).
3132

3233
\--[no-]color
33-
Whether to colorize the output
34+
Whether to colorize the output.
3435

3536
\--debug
36-
Show all PHP errors; add verbosity to WP-CLI bootstrap
37+
Show all PHP errors; add verbosity to WP-CLI bootstrap.
3738

3839
\--prompt
39-
Prompt the user to enter values for all command arguments
40+
Prompt the user to enter values for all command arguments.
4041

4142
\--quiet
42-
Suppress informational messages
43+
Suppress informational messages.
4344

4445

4546

commands/cache/get/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@ title: 'wp cache get'
1616
### GLOBAL PARAMETERS
1717

1818
\--path=&lt;path&gt;
19-
Path to the WordPress files
19+
Path to the WordPress files.
2020

2121
\--url=&lt;url&gt;
2222
Pretend request came from given URL. In multisite, this argument is how the target site is specified.
2323

2424
\--user=&lt;id|login|email&gt;
25-
Set the WordPress user
25+
Set the WordPress user.
2626

2727
\--skip-plugins[=&lt;plugin&gt;]
28-
Skip loading all or some plugins
28+
Skip loading all or some plugins.
2929

3030
\--skip-themes[=&lt;theme&gt;]
31-
Skip loading all or some themes
31+
Skip loading all or some themes.
3232

3333
\--require=&lt;path&gt;
34-
Load PHP file before running the command (may be used more than once)
34+
Load PHP file before running the command (may be used more than once).
3535

3636
\--[no-]color
37-
Whether to colorize the output
37+
Whether to colorize the output.
3838

3939
\--debug
40-
Show all PHP errors; add verbosity to WP-CLI bootstrap
40+
Show all PHP errors; add verbosity to WP-CLI bootstrap.
4141

4242
\--prompt
43-
Prompt the user to enter values for all command arguments
43+
Prompt the user to enter values for all command arguments.
4444

4545
\--quiet
46-
Suppress informational messages
46+
Suppress informational messages.
4747

4848

4949

commands/cache/incr/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,34 @@ title: 'wp cache incr'
1919
### GLOBAL PARAMETERS
2020

2121
\--path=&lt;path&gt;
22-
Path to the WordPress files
22+
Path to the WordPress files.
2323

2424
\--url=&lt;url&gt;
2525
Pretend request came from given URL. In multisite, this argument is how the target site is specified.
2626

2727
\--user=&lt;id|login|email&gt;
28-
Set the WordPress user
28+
Set the WordPress user.
2929

3030
\--skip-plugins[=&lt;plugin&gt;]
31-
Skip loading all or some plugins
31+
Skip loading all or some plugins.
3232

3333
\--skip-themes[=&lt;theme&gt;]
34-
Skip loading all or some themes
34+
Skip loading all or some themes.
3535

3636
\--require=&lt;path&gt;
37-
Load PHP file before running the command (may be used more than once)
37+
Load PHP file before running the command (may be used more than once).
3838

3939
\--[no-]color
40-
Whether to colorize the output
40+
Whether to colorize the output.
4141

4242
\--debug
43-
Show all PHP errors; add verbosity to WP-CLI bootstrap
43+
Show all PHP errors; add verbosity to WP-CLI bootstrap.
4444

4545
\--prompt
46-
Prompt the user to enter values for all command arguments
46+
Prompt the user to enter values for all command arguments.
4747

4848
\--quiet
49-
Suppress informational messages
49+
Suppress informational messages.
5050

5151

5252

commands/cache/index.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,39 +11,37 @@ title: 'wp cache'
1111

1212
wp cache set my_key my_value my_group 300
1313

14-
wp cache get my_key my_group
15-
16-
### GLOBAL PARAMETERS
14+
wp cache get my_key my_group## GLOBAL PARAMETERS
1715

1816
\--path=&lt;path&gt;
19-
Path to the WordPress files
17+
Path to the WordPress files.
2018

2119
\--url=&lt;url&gt;
2220
Pretend request came from given URL. In multisite, this argument is how the target site is specified.
2321

2422
\--user=&lt;id|login|email&gt;
25-
Set the WordPress user
23+
Set the WordPress user.
2624

2725
\--skip-plugins[=&lt;plugin&gt;]
28-
Skip loading all or some plugins
26+
Skip loading all or some plugins.
2927

3028
\--skip-themes[=&lt;theme&gt;]
31-
Skip loading all or some themes
29+
Skip loading all or some themes.
3230

3331
\--require=&lt;path&gt;
34-
Load PHP file before running the command (may be used more than once)
32+
Load PHP file before running the command (may be used more than once).
3533

3634
\--[no-]color
37-
Whether to colorize the output
35+
Whether to colorize the output.
3836

3937
\--debug
40-
Show all PHP errors; add verbosity to WP-CLI bootstrap
38+
Show all PHP errors; add verbosity to WP-CLI bootstrap.
4139

4240
\--prompt
43-
Prompt the user to enter values for all command arguments
41+
Prompt the user to enter values for all command arguments.
4442

4543
\--quiet
46-
Suppress informational messages
44+
Suppress informational messages.
4745

4846

4947

commands/cache/replace/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,34 +22,34 @@ title: 'wp cache replace'
2222
### GLOBAL PARAMETERS
2323

2424
\--path=&lt;path&gt;
25-
Path to the WordPress files
25+
Path to the WordPress files.
2626

2727
\--url=&lt;url&gt;
2828
Pretend request came from given URL. In multisite, this argument is how the target site is specified.
2929

3030
\--user=&lt;id|login|email&gt;
31-
Set the WordPress user
31+
Set the WordPress user.
3232

3333
\--skip-plugins[=&lt;plugin&gt;]
34-
Skip loading all or some plugins
34+
Skip loading all or some plugins.
3535

3636
\--skip-themes[=&lt;theme&gt;]
37-
Skip loading all or some themes
37+
Skip loading all or some themes.
3838

3939
\--require=&lt;path&gt;
40-
Load PHP file before running the command (may be used more than once)
40+
Load PHP file before running the command (may be used more than once).
4141

4242
\--[no-]color
43-
Whether to colorize the output
43+
Whether to colorize the output.
4444

4545
\--debug
46-
Show all PHP errors; add verbosity to WP-CLI bootstrap
46+
Show all PHP errors; add verbosity to WP-CLI bootstrap.
4747

4848
\--prompt
49-
Prompt the user to enter values for all command arguments
49+
Prompt the user to enter values for all command arguments.
5050

5151
\--quiet
52-
Suppress informational messages
52+
Suppress informational messages.
5353

5454

5555

0 commit comments

Comments
 (0)