LLMS_Generator::get_results()
Get the results of the generate function
Description Description
Return Return
(int[]|WP_Error) Array of stats on success and an error object on failure.
Source Source
File: includes/class.llms.generator.php
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Return generated stats from $this->stats() instead of from removed $stats property. |
3.3.0 | Introduced. |