File: bp-core/bp-core-rest-api.php |
Description |
---|---|
bp_rest_register_field() |
Registers a new field on an existing BuddyBoss object. |
bp_rest_validate_member_types() |
Validate member_type input. |
bp_rest_sanitize_group_types() |
Clean up group_type input. |
bp_rest_validate_group_types() |
Validate group_type input. |
bp_rest_sanitize_string_list() |
Clean up an array, comma- or space-separated list of strings. |
bp_rest_get_user() |
Get the user object, if the ID is valid. |
bp_rest_api_is_available() |
Check the availability of the BP REST API. |
bp_rest_api_is_available |
Filter here to disable the BP REST API. |
bp_rest_api_register_request_script() |
Register the jQuery.ajax wrapper for BP REST API requests. |
bp_rest_namespace() |
BuddyBoss REST API namespace. |