LLMS_Generator::record_generation( int $id, string $key )
Records a generated post id
Description Description
Parameters Parameters
- $id
-
(Required) WP Post ID of the generated post.
- $key
-
(Required) Key of the stat to increment.
Return Return
(void)
Source Source
File: includes/class.llms.generator.php
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Modified method access from private to protected . Add IDs to the generated variable in favor of posts . |
3.14.8 | Introduced. |