Skip to content

Email Digest Settings

Go to WP Admin → BuddyPress Quotes → Digest to configure the weekly quote digest.

The Digest settings tab showing the enable toggle, send-day selector, recipient mode, and quotes-per-email field. The Digest tab.


The weekly digest is an automated email that highlights the top-performing quotes from the past seven days. It is sent once per week on the day you configure. The email uses the BuddyPress email template system, so it inherits your site’s email branding.


Option Default
Enable weekly digest Off

Turn this on to activate the weekly cron job. When off, no digest emails are sent.


Choose which day of the week the digest is sent. Options are Monday through Sunday. The cron job fires on that day at the scheduled time set by WordPress (determined when the cron is first registered).


Choose who receives the digest email:

Mode Who receives the email
All members Every registered member on the site
Specific roles Members who belong to the roles you select in the Roles field that appears when you choose this option
Opt-in only Members who have turned on the digest subscription in their BuddyPress notification settings (Profile → Notifications → BuddyPress Quotes Digest)

The opt-in mode is the most considerate option for established communities because it only emails members who actively want the digest.


Option Default Range
Quotes per email 5 1–20

This controls how many quotes are included in each digest email. The plugin picks the quotes with the highest share or activity counts from the past seven days.


Optionally specify a WordPress page to use as the “See all top quotes” link in the digest email footer. If left blank, the link points to the site’s main activity feed.

The landing page URL is filterable with bpquotes_digest_landing_url. See the Hooks Reference.


By default the digest selects the N most-shared or most-engaged quotes from the past 7 days from the plugin’s activity log. You can customise the query arguments using the bpquotes_digest_query_args filter. This lets you change the sort criteria, date range, or add additional filters. See the Hooks Reference.


When recipient mode is set to Opt-in only, members can subscribe or unsubscribe from their BuddyPress profile:

  1. Go to Profile → Notifications.
  2. Find the BuddyPress Quotes Digest row.
  3. Toggle the checkbox on or off.

The preference is saved immediately.