bp_nouveau_follow( $bp_nouveau = null )

Launch the Follow loader class.

Description

Source

File: bp-templates/bp-nouveau/includes/follow/loader.php

87
88
89
90
91
92
93
function bp_nouveau_follow( $bp_nouveau = null ) {
    if ( is_null( $bp_nouveau ) ) {
        return;
    }
 
    $bp_nouveau->follow = new BP_Nouveau_Follow();
}

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.