learndash_notifications_get_meta_box_settings()
Get LearnDash Notifications metabox settings
Description #
Return #
(array) Metabox settings
Source #
Related #
Namespace #
@package #
Uses #
| Uses | Description |
|---|---|
| includes/notifications/includes/meta-box.php: learndash_notification_settings | |
| includes/notifications/includes/notification.php: learndash_notifications_get_default_recipients () |
Returns the recipients a notification can be sent to, keyed by recipient. |
| includes/notifications/includes/notification.php: learndash_notifications_get_object_fields () |
Get trigger and condition objects. |
| includes/notifications/includes/notification.php: learndash_notifications_get_triggers () |
Returns the email triggers a notification can be sent on, keyed by trigger. |
Used By #
| Used By | Description |
|---|---|
| includes/notifications/includes/meta-box.php: learndash_notifications_output_object_field () |
Output trigger object field. |
| includes/notifications/includes/meta-box.php: learndash_notifications_meta_box () |
Output meta box HTML |
| includes/notifications/includes/post-type.php: learndash_notifications_admin_posts_filter () |
Output filter dropdown on admin page |
| includes/notifications/includes/post-type.php: learndash_notifications_post_type_custom_columns () |
Add custom columns to notifications post screen |