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


Top ↑

Return Return

(string) A comma-separated list of HTML anchor tags.


Top ↑

Source Source

File: includes/admin/class.llms.admin.import.php


			

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.