Learndash_Admin_Essays_Listing
Class LearnDash Quiz Essays (sfwd-essays) Posts Listing.
Description Description
Source Source
File: includes/admin/classes-posts-listings/class-learndash-admin-essays-listing.php
Changelog Changelog
Version | Description |
---|---|
3.2.3 | Introduced. |
Methods Methods
- __construct — Public constructor for class
- edit_list_table_views — Hides the list table views for non admin users.
- essay_bulk_actions — Adds 'Approve' option next to certain selects on the Essay edit screen in the admin.
- essay_bulk_actions_approve — Handles the approval of the essay in bulk.
- essay_inline_actions — Adds inline actions to Essay on post listing hover in the admin.
- filter_by_approval_status — This function fill filter the table listing items based on filters selected.
- filter_by_essay_question — Filter the main query listing by the question_id.
- filter_by_essay_quiz — Filter the main query listing by the quiz_id.
- learndash_listing_selector_user_query_args_essays — Listing user selector filter
- listing_filter_by_course — Filter the main query listing by the course_id
- listing_filter_by_lesson — Filter the main query listing by the lesson_id
- listing_filter_by_topic — Filter the main query listing by the topic_id
- listing_init — Called via the WordPress init action hook.
- listing_table_query_vars_filter_essays — Listing table query vars
- on_load_listing — Call via the WordPress load sequence for admin pages.
- selector_filter_for_essay_question — Filter for Essay Question Selector
- selector_filter_for_essay_quiz — Filter for Essay Quiz Selector
- show_column_approval_status — Show the Essay Approval Status.
- show_column_essay_course — Show Course column for Essay.
- show_column_essay_lesson — Show Lesson column for Essay.
- show_column_essay_question — Show Quiz column for Essay.
- show_column_essay_quiz — Show Quiz column for Essay.
- show_essay_question_selector — Show the Essay Question Selector.