LLMS_Generator_Courses::add_course_terms( obj $course_id, array $raw_terms )

Add taxonomy terms to a course


Description Description


Parameters Parameters

$course_id

(Required) WP_Post ID of a Course.

$raw_terms

(Required) Array of raw term arrays.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/class-llms-generator-courses.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Moved from LLMS_Generator and made protected instead of private.
3.7.5 Unknown.
3.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.