Skip to main content

Action: wu_{$this->model}_post_save

Fires after an object is stored into the database.

Parameters

NameTypeDescription
$dataarrayThe object data that will be stored.
$this\Base_ModelThe object instance.
$newboolTrue if the object is new.

Since

  • 2.0.0

Source