Confetti Bits

cb-requests-notifications.php

Table of Contents

Functions

cb_bits_request_sender_email_notification()  : mixed
CB Bits Request Sender Email Notification
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.
cb_requests_format_notifications()  : mixed

Functions

cb_bits_request_sender_email_notification()

CB Bits Request Sender Email Notification

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

This function sends an email notification to the request sender

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

The arguments for the email notification.

Tags
since
1.0.0

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

cb_requests_format_notifications()

cb_requests_format_notifications([mixed $component_action = '' ][, mixed $args = [] ]) : mixed
Parameters
$component_action : mixed = ''
$args : mixed = []

        
On this page

Search results