apply_filters( 'bp_member_type_illegal_names', array $illegal_names )

Filters the list of illegal member type names.


Description Description

  • ‘any’ is a special pseudo-type, representing items unassociated with any member type.
  • ‘null’ is a special pseudo-type, representing users without any type.
  • ‘_none’ is used internally to denote an item that should not apply to any member types.

Parameters Parameters

$illegal_names

Array of illegal names.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
2.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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