SystemStatusTools
Retrieve system status tools.
Table Specific Information
Select
WooCommerce allows only a small subset of columns to be used in the WHERE clause of a SELECT query.
These columns support only the = comparison, unless stated otherwise. The available column for this
table is: Id. All other columns are processed client side.
SELECT * FROM SystemStatusTools WHERE Id = 'install_pages'
Columns
Name | Type | References | Description |
Id [KEY] | String | A unique identifier for the tool. | |
Name | String | Tool name. | |
Action | String | What running the tool will do. | |
Description | String | Tool description. | |
Success | Boolean | Did the tool run successfully? | |
Message | String | Tool return message. | |
Confirm | Boolean | Confirm execution of the tool. Defaults to false. write-only |