Confetti Bits

Notifications

Table of Contents

Functions

cb_requests_new_request_notifications()  : mixed
Sends out notifications whenever someone submits a new request.
cb_requests_admin_new_request_notifications()  : mixed
Sends notifications to request admins after a new request is sent in.
cb_requests_leadership_new_request_notifications()  : mixed
Sends notifications to leadership after a new request is sent in.
cb_requests_site_admins_new_request_notifications()  : mixed
Sends notifications to site admins after a new request is sent in.
cb_requests_update_request_notifications()  : mixed
Notifies a user when their request status is updated.

Functions

cb_requests_new_request_notifications()

Sends out notifications whenever someone submits a new request.

cb_requests_new_request_notifications([array<string|int, mixed> $args = [] ]) : mixed
Parameters
$args : array<string|int, mixed> = []

{ An associative array of arguments passed from the CB_Requests_Request::save() method.

@see CB_Requests_Request::save()

}

Tags
subpackage

Notifications

since
3.0.0

cb_requests_admin_new_request_notifications()

Sends notifications to request admins after a new request is sent in.

cb_requests_admin_new_request_notifications([array<string|int, mixed> $args = [] ]) : mixed
Parameters
$args : array<string|int, mixed> = []

{ An associative array of arguments passed from the CB_Requests_Request::save() method.

@see CB_Requests_Request::save()

}

Tags
subpackage

Notifications

since
3.0.0

cb_requests_leadership_new_request_notifications()

Sends notifications to leadership after a new request is sent in.

cb_requests_leadership_new_request_notifications([array<string|int, mixed> $args = [] ]) : mixed
Parameters
$args : array<string|int, mixed> = []

{ An associative array of arguments passed from the CB_Requests_Request::save() method.

@see CB_Requests_Request::save()

}

Tags
subpackage

Notifications

since
3.0.0

cb_requests_site_admins_new_request_notifications()

Sends notifications to site admins after a new request is sent in.

cb_requests_site_admins_new_request_notifications([array<string|int, mixed> $args = [] ]) : mixed
Parameters
$args : array<string|int, mixed> = []

{ An associative array of arguments passed from the CB_Requests_Request::save() method.

@see CB_Requests_Request::save()

}

Tags
subpackage

Notifications

since
3.0.0

cb_requests_update_request_notifications()

Notifies a user when their request status is updated.

cb_requests_update_request_notifications([mixed $update_args = [] ]) : mixed
Parameters
$update_args : mixed = []
Tags
subpackage

Notifications

since
3.0.0

        
On this page

Search results