Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Admin_Builder::handle_post_locking( int $course_id )
Do post locking stuff on the builder
Description Description
Locking the course edit main screen will lock the builder and vice versa… probably need to find a way to fix that but for now this’ll work just fine and if you’re unhappy about it, well, sorry…
Parameters Parameters
- $course_id
-
(Required) WP Post ID.
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.builder.php
Changelog Changelog
Version | Description |
---|---|
3.13.0 | Introduced. |