I have setup BuddyPress with a custom profile field that lists check boxes for tags related to my site.
Is there a way to send automatic notifications to registered BuddyPress users based on their custom profile field selection whenever a new post goes up?
The
save_posthook can help you out.http://codex.wordpress.org/Plugin_API/Action_Reference/save_post
Something along the lines of: