• Hi, I would like to ask if it is possible for the plugin to be used on the backend as hook, so that whenever my custom code executes on the backend it will push notifications for the current loggedIn users. Thank you.

    PS. I have a pointing system custom plugin that I made, and I would like to use your plugin to be the notifications medium whenever the user loses points or wins points.

Viewing 1 replies (of 1 total)
  • Plugin Author wpdever

    (@wpdever)

    Hi,

    There are hooks that might help you achieve that like “wnbell_user_notifications_array”, “wnbell_user_notifications_output”, or “wnbell_add_unseen”. There’s no documentation right now, but you can check the files in the plugin that help integrate with other plugins in the includes folder: woocommerce.php, bbpress.php, buddypress.php. Or if you have any of the addons, they work the same way.

Viewing 1 replies (of 1 total)
  • The topic ‘Backend Hook for Notifications’ is closed to new replies.