Browse: Home / Classes / SFWD_LMS /

SFWD_LMS::add_course_tax_entry

SFWD_LMS::add_course_tax_entry( int $post_id,  object $post )

Insert course name as a term on course publish


Description #

Action callback for ‘publish_sfwd-courses’ (wp core filter action)


Parameters #

$post_id

(int) (Required) Post ID.

$post

(object) (Required) Post object.


Source #

File: includes/class-ld-lms.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.