-
Notifications
You must be signed in to change notification settings - Fork 0
Shortcodes
linchpin edited this page Nov 1, 2022
·
12 revisions
Shortcodes Class
- Full name:
\CourierNotices\Controller\Shortcodes
Registers the shortcodes.
public register_actions(): mixed
Output Courier Notifications
public courier_notices(array $atts = array()): false|string
Parameters:
Parameter | Type | Description |
---|---|---|
$atts |
array | Array of attributes. |
Get the courier notice based on the attributes
public courier_notice(array $atts, string $content = null): false|string|void
Parameters:
Parameter | Type | Description |
---|---|---|
$atts |
array | Array of attributes. |
$content |
string | Notice content. |
Automatically generated from source code comments on 2022-11-01 using phpDocumentor and saggre/phpdocumentor-markdown