-
Henry Wright replied to the topic Notification emails after import in the forum How-to & Troubleshooting 8 years, 11 months ago
Earlier today I added the following to my functions.php file:
add_filter( ‘bp_activity_do_mentions’, ‘__return_false’ );
No @mention emails were generated since then. As soon as I commented that code out, within 5-10 minutes thirteen @mention email notifications went out – all with links to content that is years old (pre-import).
-
Henry Wright replied to the topic Notification emails after import in the forum How-to & Troubleshooting 8 years, 11 months ago
@reedy to my knowledge BuddyPress doesn’t implement any cron jobs, especially ones that send email.
they seem to more or less be coming out every time a page is loaded
This indicates something is hooked to
init
, orbp_loaded
etc. But that would almost certainly be custom code because nothing in BuddyPress or bbPress would hook to those events…[Read more]
@reedy
Active 1 year, 5 months ago