Skip to content

Admin Settings

The working settings for PeepSo EDD live inside the PeepSo configuration screen, added through PeepSo’s own settings framework.

Navigate to Dashboard > PeepSo > Configuration > PeepSo EDD Addon.

The tab is registered through the peepso_admin_config_tabs hook and rendered by the plugin’s WBPEDDI_PeepSo_EDD_Admin_Settings_Display class, which extends PeepSoConfigSectionAbstract. The screen is laid out in two columns: tab display settings on the left, activity settings on the right.

Controls which EDD tabs appear on the member profile. For each of the two tabs there are two fields:

Field Type Setting key
EDD Checkout On / off switch wbpeddi_enable_edd-checkout
EDD Checkout Tab Label Text wbpeddi_label_edd-checkout
Purchase History On / off switch wbpeddi_enable_edd-purchase-history
Purchase History Tab Label Text wbpeddi_label_edd-purchase-history

Leave a label blank to use the built-in default (“EDD Checkout” / “Purchase History”). The list of managed tabs can be extended with the wbpeddi_edd_menu_setting_for_peepso_profile filter.

Controls the purchase activity feature.

Field Type Setting key
Display purchase activity setting On / off switch wbpeddi_purchase_activity_setting_display
Modify Product Order Activity Content Textarea (required) wbpeddi_purchase_activity_content

The activity content field accepts the placeholders {user_name}, {product_list}, {order_total}, and {order_date}; the available placeholders are listed on the settings screen. See Purchase activity for what each one renders.

When “Display purchase activity setting” is on, a matching per-member toggle appears in each member’s PeepSo preferences so they can opt out individually. See Member preferences.

Separately, the plugin registers a WB Plugins admin menu with a PeepSo EDD submenu. This page hosts the Wbcom admin wrapper with Welcome and FAQ tabs and the license and support links. It is informational; the functional settings are the PeepSo EDD Addon tab described above.