LLMS_Meta_Box_Course_Options::save_before( int $post_id )
Update course difficulty on save
Description Description
Parameters Parameters
- $post_id
-
(Required) WP Post ID of the course
Return Return
(void)
Source Source
File: includes/admin/post-types/meta-boxes/class.llms.meta.box.course.options.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.35.0 | Verify nonces and sanitize $_POST data. |
| 3.26.3 | Only save when using the classic editor. |
| 3.0.0 | Introduced. |