WP Manifestindependent plugin directory
manifest / email / wpcv-member-sync-notification

WPCV Member Sync User Notification

Sends the WordPress new-user notification when CiviCRM WP Member Sync creates a user

by Civicopilot · github.com/civicopilot/wpcv-member-sync-notification

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/civicopilot/wpcv-member-sync-notification/archive/refs/heads/main.zip

Readme

WPCV Member Sync User Notification

Sends the WordPress new-user notification when CiviCRM WP Member Sync creates a user.

Description

WPCV Member Sync User Notification connects CiviCRM WP Member Sync user creation to WordPress's standard new-user notification system.

The notification is sent only to the newly created user by default. No administrator notification is requested.

The plugin can be used with Better Notifications for WP (BNFW) to provide a customized HTML welcome email. Without BNFW, WordPress sends its standard new-user notification.

Notification Scope

The default notification scope is user. To request only the administrator notification or both notifications, define one of the following in wp-config.php:

define( 'WPCV_MEMBER_SYNC_NOTIFICATION_SCOPE', 'admin' );
define( 'WPCV_MEMBER_SYNC_NOTIFICATION_SCOPE', 'both' );

Requirements

Credits

Many thanks to Christian Wach's example notification trigger for which this plugin is based on CiviCRM Member Sync Notify User.

Read the full README on GitHub →