'updated', 'object_type' => 'Core', 'object_id' => 0, 'object_name' => $object_name, ) ); } public function __construct() { add_action( '_core_updated_successfully', array( &$this, 'core_updated_successfully' ) ); parent::__construct(); } }