Skip to content

Member Preferences

Each member can decide whether their own EDD purchases are announced in the PeepSo activity stream.

The setting appears under the member’s PeepSo profile preferences, in a group titled EDD Activity Settings, as a single on / off switch labelled Add Purchase details in activity.

This toggle is added through PeepSo’s peepso_profile_preferences filter and is only shown while the owner-level Display purchase activity setting is enabled in the admin settings. If the owner has that setting off, the member preference does not appear.

The switch stores the per-member user meta key peepso_wbpeddi_enable_edd_order_activity.

  • On: when the member completes an EDD payment, a purchase activity item is posted on their behalf (subject to the owner-level setting also being on).
  • Off: no purchase activity is posted for that member’s orders.

On plugin activation, this preference is set to on for all existing users as a one-time backfill (guarded by the wbpeddi_default_values_set site option so it does not run again). New members inherit the effective default of off until they set the switch, unless it has been set for them.