apply_filters( 'bp_groups_get_group_types', array $types, array $args, string $operator )

Filters the array of group type objects.


Description Description

This filter is run before the $output filter has been applied, so that filtering functions have access to the entire group type objects.


Parameters Parameters

$types

group type objects, keyed by name.

$args

Array of key=>value arguments for filtering.

$operator

'or' to match any of $args, 'and' to require all.


Top ↑

Source Source

File: bp-groups/bp-groups-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.