[wt-table]
This shortcode displays the weight and measurement data for a given user (by default it will display data for the current logged in user) in a tabular format. Below is an example of how the rendered shortcode looks (Pro version).
Shortcode Arguments
The shortcode supports the following arguments:
Argument | Description | Options | Example |
---|---|---|---|
enable-add-edit | If set to True (default is false) show the delete and edit icons that allow a user to edit their data. | True or False (default) | [wt-table enable-add-edit=true] |
enable-custom-fields | If set to True (default is false), meta fields shall be included in each row. | True or False (default) | [wt-table enable-custom-fields=true] |
user-id | The WordPress user id to display data for. IF not specified, it will default to the current user. | A numeric value. | [wt-table user-id='22'] |
bmi-format | Specify the format that BMI should be displayed in (within data tables) | 'label' (default), 'both' or 'index' | [wt-table bmi-format='both'] |