Action: wu_{$this->model}_post_save
જ્યારે કોઈ ઓબ્જેક્ટ ડેટાબેઝમાં સ્ટોર થાય છે, ત્યારે આ એક્શન ચાલે છે.
Parameters
| Name | Type | Description |
|---|---|---|
| $data | array | જે ઓબ્જેક્ટ ડેટા સ્ટોર થવાનો છે. |
| $this | \Base_Model | ઓબ્જેક્ટનું ઇન્સ્ટન્સ. |
| $new | bool | જો ઓબ્જેક્ટ નવો હોય તો true. |
Since
- 2.0.0
Source
- Defined in
inc/models/class-base-model.phpat line 624 - Defined in
inc/models/class-site.phpat line 1754