do_action( "llms_{$this->type}_created", 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.
Parameters Parameters
- $id
-
Record ID.
- $obj
-
Instance of the record object.
Source Source
File: includes/abstracts/llms.abstract.database.store.php