wp db tables <table>
Lists the database tables
Arguments
Name | Description |
---|
table | List tables based on wildcard search, e.g. ‘wp_*_options’ or ‘wp_post?’ |
Options
Name | Description |
---|
--scope <scope> | Can be all, global, ms_global, blog, or old tables. Defaults to all |
--network | List all the tables in a multisite install |
--all-tables-with-prefix | List all tables that match the table prefix even if not registered on $wpdb. Overrides –network |
--all-tables | List all tables in the database, regardless of the prefix, and even if not registered on $wpdb. Overrides –all-tables-with-prefix |
--format <options> | Render output in a particular format |