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
-
(int) Record ID.
- $obj
-
(LLMS_Abstract_Database_Store) Instance of the record object.