Contents

BP_Xprofile_Profile_Completion_Widget::__construct()

Constructor.

Description

Source

File: bp-xprofile/classes/class-bp-xprofile-profile-completion-widget.php

24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
function __construct() {
 
    // Set up optional widget args.
    $widget_ops = array(
        'classname'   => 'widget_bp_profile_completion_widget widget buddypress',
        'description' => __( 'Show Logged in user Profile Completion Progress.', 'buddyboss' ),
    );
 
    // Set up the widget.
    parent::__construct(
        false,
        __( '(BB) Profile Completion', 'buddyboss' ),
        $widget_ops
    );
 
    // Delete Transient hooks.
    $this->delete_transient_hooks();
}

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.