Browse: Home / Hooks /

learndash_bulk_create_course_access_activities_skip

apply_filters( 'learndash_bulk_create_course_access_activities_skip',  bool $skip,  int[] $user_ids,  int[] $course_ids,  int $group_id )

Filters whether to skip bulk creation of course access activities.


Description #


Parameters #

$skip

(bool) Whether to skip bulk creation of course access activities. Default false.

$user_ids

(int[]) Array of user IDs.

$course_ids

(int[]) Array of course IDs.

$group_id

(int) Group ID.


Return #

(bool) Whether to skip bulk creation of course access activities. Default false.


Source #

File: includes/course/ld-activity-functions.php


Changelog #

Changelog
Version Description
5.0.1 Introduced.