LLMS_Admin_Post_Table_Forms::manage_bulk_actions( array $actions )
Manage available bulk actions.
Parameters Parameters
- $actions
-
(array) (Required) Array of actions.
Return Return
(array)
Source Source
File: includes/admin/post-types/post-tables/class-llms-admin-post-table-forms.php
public function manage_bulk_actions( $actions ) { unset( $actions['edit'] ); return $actions; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |