Learndash_Admin_Questions_Listing
Class LearnDash Quiz Questions (sfwd-question) Posts Listing.
Description #
Source #
File: includes/admin/classes-posts-listings/class-learndash-admin-questions-listing.php
Changelog #
Version | Description |
---|---|
2.6.0 | Introduced. |
Methods #
- __construct — Public constructor for class
- admin_footer — Hook into the WP admin footer logic to add custom JavaScript to replace the default page title.
- before_delete_post — Initial hook for deleting a post.
- deleted_post — Called after the post has been deleted.
- filter_by_question_pro_category — Filter listing query by Question Type.
- filter_by_question_quiz_id — Filter the main query listing by the quiz_id
- filter_by_question_type — Filter listing query by Question Type.
- get_question_values — Utility function to get the question values.
- listing_init — Called via the WordPress init action hook.
- manage_column_rows — Output custom column row data
- on_load_edit — Call via the WordPress load sequence for admin pages.
- on_load_listing — Call via the WordPress load sequence for admin pages.
- parse_query_table_filter — This function fill filter the table listing items based on filters selected.
- show_column_question_points — Show Question Points column value.
- show_column_question_proquiz_category — Show Question WPProQuiz Category column value.
- show_column_question_type — Show Question Type column value.
- show_early_selectors — Function to show selectors before the post_type selectors.
- show_selector_question_pro_category — Show selector for legacy WPProQuiz category
- show_selector_question_type — Show selector for question type.