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.


Top ↑

Return Return

(array[]) Array of arrays containing information about the deleted items.


Top ↑

Source Source

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

717
718
719
720
721
722
723
724
725
726
        unset( $res['error'] );
        array_push( $ret, $res );
 
    }
 
    return $ret;
 
}
 
/**


Top ↑

Changelog Changelog

Changelog
Version Description
3.37.12 Refactored method to reduce method complexity.
3.17.1 Unknown.
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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