Filter: wu_{$this->model}_pre_save
Filters the object data before it is stored into the database.
Parameters
| Name | Type | Description |
|---|---|---|
| $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 581