Action: wu_model_post_save
Fires after an object is stored into the database.
Parameters
| Name | Type | Description |
|---|---|---|
| $model | string | The model slug. |
| $data | array | The object data that will be stored, serialized. |
| $data_unserialized | array | The object data that will be stored. |
| $this | \Base_Model | The object instance. |
Since
- 2.0.0
Source
Defined in inc/models/class-base-model.php at line 624