Hooks |
Description |
---|---|
bp_rest_signup_activate_item_permissions_check |
Filter the signup `activate_item` permissions check. |
bp_rest_signup_collection_params |
Filters the collection query params. |
bp_rest_signup_create_item |
Fires after a signup item is created via the REST API. |
bp_rest_signup_create_item_permissions_check |
Filter the signup `create_item` permissions check. |
bp_rest_signup_delete_item |
Fires after a signup is deleted via the REST API. |
bp_rest_signup_delete_item_permissions_check |
Filter the signup `delete_item` permissions check. |
bp_rest_signup_form_items |
Fires after a list of signup fields is fetched via the REST API. |
bp_rest_signup_form_items_permissions_check |
Filter the signup `signup_form_items` permissions check. |
bp_rest_signup_get_item |
Fires before a signup is retrieved via the REST API. |
bp_rest_signup_get_item_permissions_check |
Filter the signup `get_item` permissions check. |
bp_rest_signup_get_items |
Fires after a list of signups is fetched via the REST API. |
bp_rest_signup_get_items_permissions_check |
Filter the signup `get_items` permissions check. |
bp_rest_signup_get_items_query_args |
Filter the query arguments for the request. |
bp_rest_signup_prepare_links |
Filter links prepared for the REST response. |
bp_rest_signup_prepare_value |
Filter the signup response returned from the API. |
bp_rest_signup_schema |
Filters the signup schema. |
bp_rest_split_get_item |
Fires after a list of topic is split via the REST API. |
bp_rest_topic_{$key}_query_arguments |
Filters the method query arguments. |
bp_rest_topic_action_item_permissions_check |
Filter the topic `action_item` permissions check. |
bp_rest_topic_create_item |
Fires after a topic is created and fetched via the REST API. |
bp_rest_topic_create_item_permissions_check |
Filter the topic `create_item` permissions check. |
bp_rest_topic_delete_item |
Fires after a topic is deleted via the REST API. |
bp_rest_topic_delete_item_permissions_check |
Filter the topic `delete_item` permissions check. |
bp_rest_topic_dropdown_items_permissions_check |
Filter the topic `dropdown_items` permissions check. |
bp_rest_topic_dropdown_schema |
Filters the topic dropdown schema. |
bp_rest_topic_get_item |
Fires after a list of topic is fetched via the REST API. |
bp_rest_topic_get_item_permissions_check |
Filter the topic `get_item` permissions check. |
bp_rest_topic_merge_item_permissions_check |
Filter the topic `merge_item` permissions check. |
bp_rest_topic_object |
Filter topic data before inserting user via REST API |
bp_rest_topic_prepare_links |
Filter links prepared for the REST response. |
bp_rest_topic_prepare_value |
Filter a component value returned from the API. |
bp_rest_topic_schema |
Filters the topic schema. |
bp_rest_topic_split_item_permissions_check |
Filter the topic `split_item` permissions check. |
bp_rest_topic_update_item |
Fires after a topic is updated and fetched via the REST API. |
bp_rest_topic_update_item_permissions_check |
Filter the topic `update_item` permissions check. |
bp_rest_topics_collection_params |
Filters the collection query params. |
bp_rest_topics_dropdown_items |
Fires after a list of topics is fetched via the REST API. |
bp_rest_topics_get_items |
Fires after a list of topics is fetched via the REST API. |
bp_rest_topics_get_items_permissions_check |
Filter the topics `get_items` permissions check. |
bp_rest_topics_get_items_query_args |
Filter the query arguments for the request. |
bp_rest_update_accounts_{$key}_query_arguments |
Filters the method query arguments. |
bp_rest_version |
Filter API version. |
bp_rest_xprofile_data_delete_item |
Fires after a XProfile data is deleted via the REST API. |
bp_rest_xprofile_data_delete_item_permissions_check |
Filter the XProfile data `delete_item` permissions check. |
bp_rest_xprofile_data_get_item |
Fires before a XProfile data is retrieved via the REST API. |
bp_rest_xprofile_data_get_item_permissions_check |
Filter the XProfile data `get_item` permissions check. |
bp_rest_xprofile_data_prepare_links |
Filter links prepared for the REST response. |
bp_rest_xprofile_data_prepare_value |
Filter the XProfile data response returned from the API. |
bp_rest_xprofile_data_save_item |
Fires after a XProfile data is saved via the REST API. |
bp_rest_xprofile_data_schema |
Filters the xprofile data schema. |