BP_Invites_Component::__construct()

Start the invites component creation process.

Description

Source

File: bp-invites/classes/class-bp-invites-component.php

50
51
52
53
54
55
56
57
58
59
60
61
public function __construct() {
    parent::start(
        'invites',
        __( 'Sent Invites', 'buddyboss' ),
        buddypress()->plugin_dir,
        array(
            'adminbar_myaccount_order' => 100,
            'search_query_arg' => 'invites_search',
        )
    );
 
}

Changelog

Changelog
Version Description
BuddyBoss 1.0.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.