Learndash_Admin_Course_Edit::add_metaboxes( string $post_type = '', object $post = null )
Registers the course builder metabox for the admin
Description Description
Parameters Parameters
- $post_type
-
(Optional) Post Type being edited.
Default value: ''
- $post
-
(Optional) WP_Post Post being edited.
Default value: null
Source Source
File: includes/admin/classes-posts-edits/class-learndash-admin-course-edit.php
Changelog Changelog
Version | Description |
---|---|
2.4.0 | Introduced. |