Browse: Home / Functions /

learndash_report_get_activity_by_post_id

learndash_report_get_activity_by_post_id( int $post_id,  array|strings $activity_types = '' )

Gets the list of activities by post id for the report.


Description #


Parameters #

$post_id

(int) (Optional) The ID of the post to get activities. Default 0.

$activity_types

(array|strings) (Optional) The type of the activity to delete. Any combination of the following: 'access', 'course', 'lesson', 'topic', 'quiz'.

Default value: ''


Return #

(array|void) Returns an array of activity IDs.


Source #

File: includes/ld-reports.php


Changelog #

Changelog
Version Description
2.5.0 Introduced.