LLMS_Admin_Post_Table_Courses::register_bulk_actions( array $actions )
Register bulk actions
Parameters Parameters
- $actions
-
(array) (Required) Existing bulk actions.
Return Return
(string[])
Source Source
File: includes/admin/post-types/post-tables/class.llms.admin.post.table.courses.php
public function register_bulk_actions( $actions ) { $actions['llms_export'] = __( 'Export', 'lifterlms' ); return $actions; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |