LLMS_Admin_Post_Table_Courses::__construct()
Constructor
Contents
Return Return
(void)
Source Source
File: includes/admin/post-types/post-tables/class.llms.admin.post.table.courses.php
public function __construct() { add_filter( 'post_row_actions', array( $this, 'add_links' ), 1, 2 ); add_filter( 'bulk_actions-edit-course', array( $this, 'register_bulk_actions' ) ); add_filter( 'handle_bulk_actions-edit-course', array( $this, 'handle_bulk_actions' ), 10, 3 ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |