We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1c994 commit 3199773Copy full SHA for 3199773
README.md
@@ -47,7 +47,7 @@ to be explicitly globalized.
47
Loads and executes a PHP file.
48
49
~~~
50
-wp eval-file <file> [<arg>...] [--skip-wordpress]
+wp eval-file <file> [<arg>...] [--skip-wordpress] [--use-include]
51
52
53
Note: because code is executed within a method, global variables need
@@ -64,6 +64,9 @@ to be explicitly globalized.
64
[--skip-wordpress]
65
Load and execute file without loading WordPress.
66
67
+ [--use-include]
68
+ Process the provided file via include instead of evaluating its contents.
69
+
70
## Installing
71
72
This package is included with WP-CLI itself, no additional installation necessary.
0 commit comments