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
Parameters Parameters
- $data
-
(array) (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
unset( $res['error'] ); array_push( $ret, $res ); } return $ret; } /**
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.37.12 | Refactored method to reduce method complexity. |
3.17.1 | Unknown. |
3.16.0 | Introduced. |