Post Comments
PNFPB fires when a comment is approved and saved (comment_post hook). The notification goes to the post author (and optionally all subscribers, depending on settings). Configure under PNFPB Settings → Activities & Comments.
- Notification title and content are customisable.
- Scheduling (immediate / hourly / daily) is supported.
- Background scheduling via Action Scheduler is available for high-volume sites.
- Cron hook:
PNFPB_post_comments_notification_cron_hook.
BuddyPress Activity Comments
See BuddyPress Notifications → Activity Comments.
New User Registration
Fires on WordPress’s standard user_register hook. Sends a notification to the site administrator whenever a new user registers.
- Enable under PNFPB → Push Settings.
- Cron hook:
PNFPB_new_user_registration_notification_cron_hook.
Contact Form 7
PNFPB integrates with Contact Form 7 (wpcf7_before_send_mail hook). When a visitor submits a CF7 form a push notification is sent to the admin.
- Enable under PNFPB → Push Settings.
- Cron hook:
PNFPB_contact_form_notification_cron_hook.