Browse: Home / Functions /

learndash_patent_course_and_lesson_id_save

learndash_patent_course_and_lesson_id_save( int $post_id )

Updates the post IDs that maintain relationships between courses, lessons, topics, and quizzes on post save.


Description #

Fires on save_post hook.


Parameters #

$post_id

(int) (Required) The ID of the post being saved.


Return #

(void|string) Returns empty string if the post ID is empty.


Source #

File: includes/admin/ld-admin.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.