learndash_get_activity_meta_fields learndash_get_activity_meta_fields( int $activity_id, array $activity_meta_keys = array() ) Gets the activity meta fields. ContentsDescription Parameters Return Source Related Namespace @package Uses Used By Description # Parameters # $activity_id (int) (Optional) The ID of the activity to get meta fields. Default 0. $activity_meta_keys (array) (Optional) The array of meta field keys to get. Default value: array() Return # (array) Source # File: sfwd-lms/includes/ld-reports.php Related # Namespace # global @package # LearnDash / Reports Uses # Uses Uses Description sfwd-lms/includes/class-ldlms-db.php: LDLMS_DB::get_table_name () Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files. Used By # Used By Used By Description sfwd-lms/includes/admin/classes-import-export/export/class-learndash-admin-export-user-activity.php: Learndash_Admin_Export_User_Activity::get_data () Returns data to export by chunks.
Uses # Uses Uses Description sfwd-lms/includes/class-ldlms-db.php: LDLMS_DB::get_table_name () Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files.
Used By # Used By Used By Description sfwd-lms/includes/admin/classes-import-export/export/class-learndash-admin-export-user-activity.php: Learndash_Admin_Export_User_Activity::get_data () Returns data to export by chunks.