Learndash_Admin_Essay_Edit
Class LearnDash Admin Essay Edit.
Description #
Source #
File: includes/admin/classes-posts-edits/class-learndash-admin-essay-edit.php
Changelog #
Version | Description |
---|---|
3.2.3 | Introduced. |
Methods #
- __construct — Public constructor for class.
- essay_grading_meta_box — Prints the essay grading metabox content.
- essay_upload_meta_box — Prints the essay upload metabox content.
- on_load — On Load handler function for this post type edit.
- remove_subbmitdiv_metabox — Removes the default submitdiv meta box from the essay post type in the admin edit screen.
- save_essay_grading_response — Saves the essay grading response to the post meta.
- save_essay_status_metabox_data — Updates the user's essay and quiz data on post save.
- save_grading_response_meta_box — Prints the essay grading response metabox content.
- save_post — Save metabox handler function.