Chuyển tới nội dung chính

Action: wu_model_post_save

Fires after an object is stored into the database.

Parameters

NameTypeDescription
$modelarrayThe model slug.
$dataarrayThe object data that will be stored, serialized.
$data_unserializedarrayThe object data that will be stored.
$model_object\Base_ModelThe object instance.
$is_newboolIf this object is a new one.

Since

  • 2.0.0

Source