LLMS_Admin_Builder::modify_take_over_link( string $link, int $post_id, string $context )
Modify the “Take Over” link on the post locked modal to send users to the builder when taking over a course
Description Description
Parameters Parameters
- $link
-
(Required) Default post edit link.
- $post_id
-
(Required) WP Post ID of the course.
- $context
-
(Required) Display context.
Return Return
(string)
Source Source
File: includes/admin/class.llms.admin.builder.php
Changelog Changelog
Version | Description |
---|---|
3.13.0 | Introduced. |