-
Notifications
You must be signed in to change notification settings - Fork 0
Shortcodes
github-actions[bot] edited this page Aug 26, 2024
·
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 on 2024-08-26