| 开发者 | adviespraktijkocw |
|---|---|
| 更新时间 | 2026年8月24日 21:43 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
⚠ Independent third-party add-on. This plugin is developed and maintained entirely by Adviespraktijk OCW. It is not affiliated with or endorsed by BuddyBoss LLC. "BuddyBoss" is a trademark of BuddyBoss LLC, used here purely to describe what this add-on integrates with. ⚠ Requires BuddyBoss Platform or BuddyPress. The plugin reads the activity stream from one of those plugins. Without either active, the digest has no activity to collect — an admin notice warns you and the cron is skipped automatically.Features
weekly-digest-for-buddyboss folder to /wp-content/plugins/No. This is an independent third-party add-on developed and maintained by Adviespraktijk OCW. It is not affiliated with or endorsed by BuddyBoss LLC.
No. The digest reads the BuddyBoss / BuddyPress activity stream — without one of those plugins there is no activity to collect and emails would be empty. BuddyPress (the free fork that BuddyBoss Platform is built on) works just as well — both expose the same bp_* function API. An admin notice warns you if neither is detected, and the cron is skipped automatically.
No. Everything in this plugin is fully functional with no license check, trial period or usage cap. The separately-sold PRO add-on is an additional plugin that adds extra cadences and customization; it is never required.
No. Batch processing is throttled to 10 emails per 30 seconds by default, which respects shared-hosting rate limits.
Every digest email contains an unsubscribe link with a per-user token. Clicking it sets bbwd_unsubscribed = 1 on the user, who is excluded from future digests.
Yes. The default transport uses wp_mail(), so any SMTP plugin you have installed handles delivery. You can also select the Gravity SMTP transport when Gravity SMTP is active.
admin/ folder, which made every wp-admin page fatal — not just this plugin's. The front end kept working, so it was easy to miss. uninstall.php was missing from that package too. No code was wrong; two files never reached SVN.Requires Plugins header, so WordPress refuses the wrong activation order itself.admin/ folder, so opening any page in wp-admin ended in a fatal error ("Failed opening required .../admin/class-activity-types-registry.php"). The front end of the site was unaffected. No code changed — the files were simply absent from the release. Upgrade if you installed 2.3.3.<script> / <style> output moved to a properly enqueued assets/admin.js (+ wp_localize_script) and the existing enqueued stylesheet.load_plugin_textdomain() call (WordPress loads translations automatically since 4.6).NO_ZERO_DATE in sql_mode — the queue-store DATETIME columns are now NULL-able.sanitize_options now coerces non-array Settings API payloads safely.languages/bb-weekly-digest.pot → languages/weekly-digest-for-buddyboss.pot to match the Text Domain.weekly-digest-for-buddyboss.{first_name} / {full_name} (Dutch aliases still work).BBWD_* constants kept as back-compat aliases for WDFB_*.