CourseBuilder::save_course_access_method( $post_ID )
Save course acces method
Parameters
- $post_ID
-
(Required)
Source
File: classes/CourseBuilder.php
function save_course_access_method( $post_ID ) { $course_price_type = dozent_input_text( 'dozent_course_price_type' ); update_post_meta( $post_ID, '_course_price_type', $course_price_type ); }
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |