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_Meta_Box_Award_Engagement_Submit::student_fields()
Student fields.
Return Return
(string)
Source Source
File: includes/admin/post-types/meta-boxes/class.llms.meta.box.award.engagement.submit.php
private function student_fields() { $fields = ''; // Creating. if ( 'add' === get_current_screen()->action ) { $fields = $this->student_fields_on_creation(); } $fields .= $this->student_information(); return $fields; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |