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

Filters the array of member type objects.


Description Description

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


Parameters Parameters

$types

Member 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-members/bp-members-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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