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.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.generator.php


			

Top ↑

Changelog 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.

Top ↑

User Contributed Notes User Contributed Notes

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