LLMS_Admin_Post_Table_Instructors::get_views( array $views )
Ensure that the “Mine” view quick link at the top of the table displays the correct number Most of this is based on WordPress core functions found in wp-admin/includes/class-wp-posts-list-table.php
Description Description
Parameters Parameters
- $views
-
(Required) array of view link HTML string
Return Return
(array)
Source Source
File: includes/admin/post-types/post-tables/class.llms.admin.post.table.instructors.php
Changelog Changelog
Version | Description |
---|---|
4.5.1 | Use $_GET data instead of $_POST . |
3.35.0 | Verify nonces and sanitize $_POST data. |
3.24.0 | Unknown. |
3.13.0 | Introduced. |