bp_groups_sent_promoted_email, $tokens[user.id], $email_subject, $email_content, $tokens[group.id]
bp_groups_sent_promoted_email, $tokens[user.id], $email_subject, $email_content, $tokens[group.id]
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_groups_sent_promoted_email, $tokens[user.id], $email_subject, $email_content, $tokens[group.id]') is found 1 times:
- /bp-core/deprecated/2.5.php line 857
* @param string $email_subject Email notification subject text. * @param string $email_content Email notification message text. * @param int $group_id ID of the group that the user is a member of. */ do_action( 'bp_groups_sent_promoted_email', $tokens['user.id'], $email_subject, $email_content, $tokens['group.id'] ); } elseif ( $email_type === 'groups-membership-request' ) { /** * Fires after the notification is sent that a member has requested group membership. * * @since 1.5.0