Action: wu_model_post_save
Fires after an object is stored into the database.
Parameters
| Name | Type | Description |
|---|---|---|
| $model | array | The model slug. |
| $data | array | The object data that will be stored, serialized. |
| $data_unserialized | array | The object data that will be stored. |
| $model_object | \Base_Model | The object instance. |
| $is_new | bool | If this object is a new one. |
Since
- 2.0.0
Source
- Defined in
inc/models/class-site.phpat line 2155 - Defined in
inc/models/class-base-model.phpat line 624