Warning: This function has been deprecated.
learndash_save_essay_grading_response( int $essay_id, WP_Post $essay, boolean $update )
Saves the essay grading response to the post meta.
Description Description
Fires on save_post_sfwd-essays
metabox.
Parameters Parameters
- $essay_id
-
(Required) ID of the essay to be saved.
- $essay
-
(Required) The
WP_Post
essay object. - $update
-
(Required) Whether this is an existing post being updated or not.
Source Source
File: includes/deprecated/3.2.3/functions.php
Changelog Changelog
Version | Description |
---|---|
3.2.3 | This function has been deprecated. |
2.2.0 | Introduced. |