Skip to:
Content

BuddyPress.org

Changeset 12925


Ignore:
Timestamp:
04/28/2021 11:51:49 PM (3 years ago)
Author:
dcavins
Message:

Member Invites: Add notifications.

Add screen notifications for letting users know when their invitee
accepts an invitation.

See #8139.

Location:
trunk/src/bp-members
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/classes/class-bp-members-component.php

    r12924 r12925  
    6767            'cache',
    6868            'invitations',
     69            'notifications',
    6970        );
    7071
     
    192193                'table_name_optouts'       => bp_core_get_table_prefix() . 'bp_optouts',
    193194                'table_name_signups'       => $wpdb->base_prefix . 'signups', // Signups is a global WordPress table.
    194             )
     195            ),
     196            'notification_callback' => 'members_format_notifications',
    195197        );
    196198
     
    484486            }
    485487        }
    486 
    487488
    488489        parent::setup_nav( $main_nav, $sub_nav );
Note: See TracChangeset for help on using the changeset viewer.