Learndash_Admin_Group_Edit::add_metaboxes( string $post_type = '', object $post = null )
Register Groups meta box for admin Managed enrolled groups, users and group leaders
Contents
Description #
Parameters #
- $post_type
-
(string) (Optional) Post Type being edited.
Default value: ''
- $post
-
(object) (Optional) WP_Post Post being edited.
Default value: null
Source #
File: includes/admin/classes-posts-edits/class-learndash-admin-group-edit.php
Changelog #
Version | Description |
---|---|
3.2.0 | Introduced. |