Methods
Description
BP_REST_Reply_Actions_Endpoint::move_item()

Move a Reply.

Source: bp-forums/classes/class-bp-rest-reply-actions-endpoint.php:240

BP_REST_Reply_Actions_Endpoint::move_item_permissions_check()

Check if a given request has access to move reply.

Source: bp-forums/classes/class-bp-rest-reply-actions-endpoint.php:523

BP_REST_Reply_Actions_Endpoint::register_routes()

Register the component routes.

Source: bp-forums/classes/class-bp-rest-reply-actions-endpoint.php:57

BP_REST_Reply_Actions_Endpoint::rest_update_reply_spam()

Update Reply to be in spam.

Source: bp-forums/classes/class-bp-rest-reply-actions-endpoint.php:559

BP_REST_Reply_Actions_Endpoint::rest_update_reply_trash()

Move reply in trash and untrash.

Source: bp-forums/classes/class-bp-rest-reply-actions-endpoint.php:584

BP_REST_Reply_Endpoint::__construct()

Constructor.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:44

BP_REST_Reply_Endpoint::create_item()

Create a reply.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:555

BP_REST_Reply_Endpoint::create_item_permissions_check()

Check if a given request has access to create a reply.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:1102

BP_REST_Reply_Endpoint::delete_item()

Delete a reply.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:1617

BP_REST_Reply_Endpoint::delete_item_permissions_check()

Check if a given request has access to delete a reply.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:1658

BP_REST_Reply_Endpoint::get_collection_params()

Get the query params for collections.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:2169

BP_REST_Reply_Endpoint::get_endpoint_args_for_item_schema()

Edit some arguments for the endpoint’s CREATABLE, EDITABLE and DELETABLE methods.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:1704

BP_REST_Reply_Endpoint::get_item()

Retrieve a single reply.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:377

BP_REST_Reply_Endpoint::get_item_permissions_check()

Check if a given request has access to list reply.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:472

BP_REST_Reply_Endpoint::get_item_schema()

Get the forums schema, conforming to JSON Schema.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:1927

BP_REST_Reply_Endpoint::get_items()

Retrieve Replies.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:140

BP_REST_Reply_Endpoint::get_items_permissions_check()

Check if a given request has access to list replies.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:337

BP_REST_Reply_Endpoint::get_reply_action_states()

Get Action states for the reply.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:2339

BP_REST_Reply_Endpoint::get_reply_current_user_permissions()

Get current user permission for reply.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:2307

BP_REST_Reply_Endpoint::get_reply_revisions()

Get revisions for reply.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:2359

BP_REST_Reply_Endpoint::prepare_item_for_response()

Prepares component data for return as an object.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:1828

BP_REST_Reply_Endpoint::prepare_links()

Prepare links for the request.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:2272

BP_REST_Reply_Endpoint::prepare_reply_for_database()

Prepare a single reply for create or update

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:2419

BP_REST_Reply_Endpoint::register_routes()

Register the component routes.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:57

BP_REST_Reply_Endpoint::update_item()

Update/Edit a reply.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:1153

BP_REST_Reply_Endpoint::update_item_permissions_check()

Check if a given request has access to update a reply.

Source: bp-forums/classes/class-bp-rest-reply-endpoint.php:1560

BP_REST_Settings_Endpoint::__construct()

Constructor.

Source: bp-core/classes/class-bp-rest-settings-endpoint.php:23

BP_REST_Settings_Endpoint::get_bbpress_settings()

Get bbPress settings.

Source: bp-core/classes/class-bp-rest-settings-endpoint.php:483

BP_REST_Settings_Endpoint::get_buddyboss_platform_settings()

Get BuddyBoss Platform Settings.

Source: bp-core/classes/class-bp-rest-settings-endpoint.php:245

BP_REST_Settings_Endpoint::get_buddypress_settings()

Get BuddyPress settings.

Source: bp-core/classes/class-bp-rest-settings-endpoint.php:443

BP_REST_Settings_Endpoint::get_collection_params()

Get the query params for collections.

Source: bp-core/classes/class-bp-rest-settings-endpoint.php:204

BP_REST_Settings_Endpoint::get_item_schema()

Get the settings schema, conforming to JSON Schema.

Source: bp-core/classes/class-bp-rest-settings-endpoint.php:148

BP_REST_Settings_Endpoint::get_items()

Retrieve settings.

Source: bp-core/classes/class-bp-rest-settings-endpoint.php:63

BP_REST_Settings_Endpoint::get_items_permissions_check()

Check if a given request has access to list settings.

Source: bp-core/classes/class-bp-rest-settings-endpoint.php:128

BP_REST_Settings_Endpoint::get_unserialize_data()

Unserialize array values.

Source: bp-core/classes/class-bp-rest-settings-endpoint.php:222

BP_REST_Settings_Endpoint::register_routes()

Register the component settings routes.

Source: bp-core/classes/class-bp-rest-settings-endpoint.php:33

BP_REST_Signup_Endpoint::__construct()

Constructor.

Source: bp-members/classes/class-bp-rest-signup-endpoint.php:34

BP_REST_Signup_Endpoint::activate_item()

Activate a signup.

Source: bp-members/classes/class-bp-rest-signup-endpoint.php:1008

BP_REST_Signup_Endpoint::activate_item_permissions_check()

Check if a given request has access to activate a signup.

Source: bp-members/classes/class-bp-rest-signup-endpoint.php:1053

BP_REST_Signup_Endpoint::bp_rest_xprofile_base_group_id()

Get the group id of the base name field – from bp_xprofile_base_group_id()

Source: bp-members/classes/class-bp-rest-signup-endpoint.php:1450

BP_REST_Signup_Endpoint::create_item()

Create signup.

Source: bp-members/classes/class-bp-rest-signup-endpoint.php:567

BP_REST_Signup_Endpoint::create_item_permissions_check()

Checks if a given request has access to create a signup.

Source: bp-members/classes/class-bp-rest-signup-endpoint.php:890

BP_REST_Signup_Endpoint::delete_item()

Delete a signup.

Source: bp-members/classes/class-bp-rest-signup-endpoint.php:930

BP_REST_Signup_Endpoint::delete_item_permissions_check()

Check if a given request has access to delete a signup.

Source: bp-members/classes/class-bp-rest-signup-endpoint.php:979

BP_REST_Signup_Endpoint::get_collection_params()

Get the query params for collections.

Source: bp-members/classes/class-bp-rest-signup-endpoint.php:1377

BP_REST_Signup_Endpoint::get_endpoint_args_for_item_schema()

Edit the type of the some properties for the CREATABLE & EDITABLE methods.

Source: bp-members/classes/class-bp-rest-signup-endpoint.php:1157

BP_REST_Signup_Endpoint::get_item()

Retrieve single signup.

Source: bp-members/classes/class-bp-rest-signup-endpoint.php:471

BP_REST_Signup_Endpoint::get_item_permissions_check()

Check if a given request has access to get a signup.

Source: bp-members/classes/class-bp-rest-signup-endpoint.php:503

BP_REST_Signup_Endpoint::get_item_schema()

Get the signup schema, conforming to JSON Schema.

Source: bp-members/classes/class-bp-rest-signup-endpoint.php:1313

BP_REST_Signup_Endpoint::get_items()

Retrieve signups.

Source: bp-members/classes/class-bp-rest-signup-endpoint.php:362