File: bp-core/bp-core-functions.php |
Description |
|---|---|
| bp_verify_nonce_request |
Fires at the end of the nonce verification check. |
| bp_is_post_request() |
Return true|false if this is a POST request. |
| bp_is_get_request() |
Return true|false if this is a GET request. |
| bp_update_is_directory |
Filters the “is_directory” global value. |
| bp_update_is_item_admin() |
Set the “is_item_admin” global. |
| bp_update_is_item_admin |
Filters the “is_item_admin” global value. |
| bp_update_is_item_mod() |
Set the “is_item_mod” global. |
| bp_update_is_item_mod |
Filters the “is_item_mod” global value. |
| bp_do_404() |
Trigger a 404. |
| bp_get_root_blog_id() |
Get the ID of the root blog. |