Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Admin_Builder::process_trash( array $data )
Delete/trash elements from heartbeat data
Description Description
Parameters Parameters
- $data
-
(Required) Array of ids to trash/delete.
Return Return
(array[]) Array of arrays containing information about the deleted items.
Source Source
File: includes/admin/class.llms.admin.builder.php
Changelog Changelog
Version | Description |
---|---|
3.37.12 | Refactored method to reduce method complexity. |
3.17.1 | Unknown. |
3.16.0 | Introduced. |