File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -2035,6 +2035,44 @@ wp option update <key> [<value>] [--autoload=<autoload>] [--format=<format>]
2035
2035
2036
2036
2037
2037
2038
+ ### wp option set-autoload
2039
+
2040
+ Sets the 'autoload' value for an option.
2041
+
2042
+ ~~~
2043
+ wp option set-autoload <key> <autoload>
2044
+ ~~~
2045
+
2046
+ ** OPTIONS**
2047
+
2048
+ <key>
2049
+ The name of the option to set 'autoload' for.
2050
+
2051
+ <autoload>
2052
+ Should this option be automatically loaded.
2053
+ ---
2054
+ options:
2055
+ - 'yes'
2056
+ - 'no'
2057
+ ---
2058
+
2059
+
2060
+
2061
+ ### wp option get-autoload
2062
+
2063
+ Gets the 'autoload' value for an option.
2064
+
2065
+ ~~~
2066
+ wp option get-autoload <key>
2067
+ ~~~
2068
+
2069
+ ** OPTIONS**
2070
+
2071
+ <key>
2072
+ The name of the option to get 'autoload' of.
2073
+
2074
+
2075
+
2038
2076
### wp post
2039
2077
2040
2078
Manages posts, content, and meta.
Original file line number Diff line number Diff line change 92
92
" option patch" ,
93
93
" option pluck" ,
94
94
" option update" ,
95
+ " option set-autoload" ,
96
+ " option get-autoload" ,
95
97
" post" ,
96
98
" post create" ,
97
99
" post delete" ,
You can’t perform that action at this time.
0 commit comments