Action: wu_model_post_save
જ્યારે કોઈ ઓબ્જેક્ટ ડેટાબેઝમાં સ્ટોર થાય છે, ત્યારે આ એક્શન ટ્રિગર થાય છે.
પેરામીટર્સ
| Name | Type | Description |
|---|---|---|
| $model | string | મોડેલ સ્લગ (model slug). |
| $data | array | ઓબ્જેક્ટ ડેટા જે સ્ટોર થશે, સીરીયલાઇઝ્ડ (serialized). |
| $data_unserialized | array | ઓબ્જેક્ટ ડેટા જે સ્ટોર થશે. |
| $this | \Base_Model | ઓબ્જેક્ટ ઇન્સ્ટન્સ (object instance). |
Since
- 2.0.0
Source
inc/models/class-base-model.phpમાં લાઇન 613 પર વ્યાખ્યાયિતinc/models/class-site.phpમાં લાઇન 1743 પર વ્યાખ્યાયિત