bp_get_group_custom_

bp_get_group_custom_

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.12.4.1

apply_filters('bp_get_group_custom_') is found 1 times:

  • /bp-groups/bp-groups-functions.php line 3997
    		return $screens[ $context ];
    	}
    
    	$context_screens         = array();
    	$custom_screens          = apply_filters( 'bp_get_group_custom_' . $context . '_screens', $context_screens );
    	$group_extension_screens = bp_get_group_extension_screens( $context );
    
    	if ( $group_extension_screens ) {
    		$custom_screens = array_merge( $custom_screens, $group_extension_screens );
    	}