wp option list
Lists options and their values
Options
Name | Description |
---|---|
--search <search> | Use wildcards ( * and ? ) to match option name |
--exclude <exclude> | Pattern to exclude. Use wildcards ( * and ? ) to match option name |
--autoload <autoload> | Match only autoload options when value is on, and only not-autoload option when off |
--transients | List only transients. Use --no-transients to ignore all transients |
--no-transients | List only transients. Use --no-transients to ignore all transients |
--unserialize | Unserialize option values in output |
--field <field> | Prints the value of a single field |
--fields <fields> | Limit the output to specific object fields |
--format <format> | The serialization format for the value. total_bytes displays the total size of matching options in bytes |
--orderby <fields> | Set orderby which field |
--order <order> | Set ascending or descending order |