LLMS_Generator::get_generated_content()

Retrieves a multi-dimensional array of content generated by the most class


Return Return

(array) Returns an associative array where the keys are the object type and the values are an array of integers representing the generated object IDs.


Top ↑

Source Source

File: includes/class.llms.generator.php

	public function get_generated_content() {
		return $this->generated;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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