Action: wu_model_post_save
객체가 데이터베이스에 저장된 후에 발생합니다.
Parameters
| Name | Type | Description |
|---|---|---|
| $model | string | 모델 슬러그입니다. |
| $data | array | 저장될 객체 데이터(직렬화된 상태)입니다. |
| $data_unserialized | array | 저장될 객체 데이터입니다. |
| $this | \Base_Model | 객체 인 스턴스입니다. |
버전
- 2.0.0
출처
- Defined in
inc/models/class-base-model.phpat line 613 - Defined in
inc/models/class-site.phpat line 1743