do_action( "llms_{$this->type}_deleted", int $id, LLMS_Abstract_Database_Store $obj )

Fires when a new database record is created.


Description Description

The dynamic portion of this hook, $this->type, refers to the record type.


Top ↑

Parameters Parameters

$id

(int) Record ID.

$obj

(LLMS_Abstract_Database_Store) Instance of the record object.


Top ↑

Source Source

File: includes/abstracts/llms.abstract.database.store.php

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.