LLMS_Admin_Import::get_generated_content_list( int[] $ids, string $type )
Convert an array of generated content IDs to a list of anchor tags to edit the generated content
Description Description
Parameters Parameters
- $ids
-
(Required) Array of object IDs. Either WP_Post IDs or WP_User IDs.
- $type
-
(Required) Object's type. Either "post" or "user".
Return Return
(string) A comma-separated list of HTML anchor tags.
Source Source
File: includes/admin/class.llms.admin.import.php
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |