Browse: Home / Functions /

learndash_patent_course_and_lesson_id_save_NEW

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 #


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.