Metabox – Custom Table
Meta Box Custom Table add-on helps to save custom fields data to custom table instead of the default meta tables. Reduce database size and increase performance.
Version: 1.0
Supported triggers and actions in Metabox – Custom Table
Workflow is a set of actions. Trigger is an event that starts the workflow, and an action is an event that is executed by workflow to sync data with your app.
Triggers
When this happens..
No triggers available.
Actions
Do this..
Row Exists
Check if the custom table has a row of an object
Get Fields From Table
Get all custom fields data for an object from a custom table
Add Data to Table
Add an array of custom field values to the table
Update Data in Table
Update data for an object
Delete Data From Table
Delete all data for an object in the custom table
Workflow Examples
Workflow Name | Applications |
---|---|
When a new user created in WordPress, check if row exists for user ID in custom table, else, add data to custom table |
|
When new booking is received in Probooking, get WordPress user by email and update data for the user ID in custom table |
|