apply_filters( 'bp_register_email_post_type' )

Used to determine if user has admin rights on current content. If the logged in user is viewing their own profile and wants to delete something, is_item_admin is used. This is a generic variable so it can be used by other components. It can also be modified, so when viewing a group ‘is_item_admin’ would be ‘true’ if they are a group admin, and ‘false’ if they are not.


Description Description


Source Source

File: bp-core/classes/class-bp-core.php


Top ↑

User Contributed Notes User Contributed Notes

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