Skip to content

Commit 3199773

Browse files
Regenerate README file - 2022-12-08 (#65)
Co-authored-by: Alain Schlesser <[email protected]>
1 parent fc1c994 commit 3199773

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ to be explicitly globalized.
4747
Loads and executes a PHP file.
4848

4949
~~~
50-
wp eval-file <file> [<arg>...] [--skip-wordpress]
50+
wp eval-file <file> [<arg>...] [--skip-wordpress] [--use-include]
5151
~~~
5252

5353
Note: because code is executed within a method, global variables need
@@ -64,6 +64,9 @@ to be explicitly globalized.
6464
[--skip-wordpress]
6565
Load and execute file without loading WordPress.
6666

67+
[--use-include]
68+
Process the provided file via include instead of evaluating its contents.
69+
6770
## Installing
6871

6972
This package is included with WP-CLI itself, no additional installation necessary.

0 commit comments

Comments
 (0)