LLMS_Admin_Post_Table_Courses::register_bulk_actions( array $actions )

Register bulk actions


Parameters Parameters

$actions

(array) (Required) Existing bulk actions.


Top ↑

Return Return

(string[])


Top ↑

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;

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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