wp_list_options
Lists autoloaded WordPress option names for a specified install. Read-only operation requires administrator credentials via the REST API.
Instructions
List the site's AUTOLOADED option names (names only, no values).
Read-only. LIMITATION, and it matters: this lists autoloaded options only (WP's wp_load_alloptions). An option that is not autoloaded is ABSENT FROM THIS LIST but still readable with wp_get_option - so a missing name here does NOT prove the option does not exist. Requires the REST transport, wp-ops-connect 1.3.0+ and an administrator app password (the endpoint gates on manage_options).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| install | Yes |