learndash_patent_course_and_lesson_id_save_NEW( int $post_id )
Updates the post IDs that maintain relationships between courses, lessons, topics, and quizzes on post save.
Description Description
Parameters Parameters
- $post_id
-
(Required) The ID of the post being saved.
Return Return
(void|string) Returns empty string if the post ID is empty.
Source Source
File: includes/admin/ld-admin.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |