Learndash_Admin_Topic_Edit::save_post( integer $post_id, object $post = null, boolean $update = false )
Save metabox handler function.
Description Description
Parameters Parameters
- $post_id
-
(Required) Post ID Question being edited.
- $post
-
(Optional) WP_Post Question being edited.
Default value: null
- $update
-
(Optional) If update true, else false.
Default value: false
Source Source
File: includes/admin/classes-posts-edits/class-learndash-admin-topic-edit.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |