Contents
bp_rest_version()
BuddyBoss REST API version.
Description
Return
(string)
Source
File: bp-core/bp-core-rest-api.php
function bp_rest_version() { /** * Filter API version. * * @param string $version BuddyBoss core version. * * @since BuddyBoss 1.3.5 * */ return apply_filters( 'bp_rest_version', 'v1' ); }
Changelog
Version | Description |
---|---|
BuddyBoss 1.3.5 | Introduced. |
Related
Uses
Uses | Description |
---|---|
bp-core/bp-core-rest-api.php: bp_rest_version |
Filter API version. |
Used By | Description |
---|---|
bp-media/classes/class-bp-rest-media-details-endpoint.php: BP_REST_Media_Details_Endpoint::__construct() |
Constructor. |
bp-document/classes/class-bp-rest-document-folder-endpoint.php: BP_REST_Document_Folder_Endpoint::__construct() |
Constructor. |
bp-document/classes/class-bp-rest-document-details-endpoint.php: BP_REST_Document_Details_Endpoint::__construct() |
Constructor. |
bp-document/classes/class-bp-rest-document-endpoint.php: BP_REST_Document_Endpoint::__construct() |
Constructor. |
bp-xprofile/classes/class-bp-rest-xprofile-search-form-fields-endpoint.php: BP_REST_XProfile_Search_Form_Fields_Endpoint::__construct() |
Constructor. |
bp-xprofile/classes/class-bp-rest-xprofile-types-endpoint.php: BP_REST_XProfile_Types_Endpoint::__construct() |
Constructor. |
bp-xprofile/classes/class-bp-rest-xprofile-update-endpoint.php: BP_REST_XProfile_Update_Endpoint::__construct() |
Constructor. |
bp-xprofile/classes/class-bp-rest-xprofile-repeater-endpoint.php: BP_REST_XProfile_Repeater_Endpoint::__construct() |
Constructor. |
bp-xprofile/classes/class-bp-rest-xprofile-fields-endpoint.php: BP_REST_XProfile_Fields_Endpoint::__construct() |
Constructor. |
bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php: BP_REST_XProfile_Data_Endpoint::__construct() |
Constructor. |
bp-xprofile/classes/class-bp-rest-xprofile-field-groups-endpoint.php: BP_REST_XProfile_Field_Groups_Endpoint::__construct() |
Constructor. |
bp-settings/classes/class-bp-rest-account-settings-options-endpoint.php: BP_REST_Account_Settings_Options_Endpoint::__construct() |
Constructor. |
bp-settings/classes/class-bp-rest-account-settings-endpoint.php: BP_REST_Account_Settings_Endpoint::__construct() |
Constructor. |
bp-notifications/classes/class-bp-rest-notifications-endpoint.php: BP_REST_Notifications_Endpoint::__construct() |
Constructor. |
bp-messages/classes/class-bp-rest-group-messages-endpoint.php: BP_REST_Group_Messages_Endpoint::__construct() |
Constructor. |
bp-messages/classes/class-bp-rest-messages-actions-endpoint.php: BP_REST_Messages_Actions_Endpoint::__construct() |
Constructor. |
bp-messages/classes/class-bp-rest-messages-endpoint.php: BP_REST_Messages_Endpoint::__construct() |
Constructor. |
bp-members/classes/class-bp-rest-members-details-endpoint.php: BP_REST_Members_Details_Endpoint::__construct() |
Constructor. |
bp-members/classes/class-bp-rest-members-endpoint.php: BP_REST_Members_Endpoint::__construct() |
Constructor. |
bp-members/classes/class-bp-rest-signup-endpoint.php: BP_REST_Signup_Endpoint::__construct() |
Constructor. |
bp-members/classes/class-bp-rest-attachments-member-avatar-endpoint.php: BP_REST_Attachments_Member_Avatar_Endpoint::__construct() |
Constructor. |
bp-members/classes/class-bp-rest-attachments-member-cover-endpoint.php: BP_REST_Attachments_Member_Cover_Endpoint::__construct() |
Constructor. |
bp-members/classes/class-bp-rest-members-actions-endpoint.php: BP_REST_Members_Actions_Endpoint::__construct() |
Constructor. |
bp-media/classes/class-bp-rest-media-endpoint.php: BP_REST_Media_Endpoint::__construct() |
Constructor. |
bp-media/classes/class-bp-rest-media-albums-endpoint.php: BP_REST_Media_Albums_Endpoint::__construct() |
Constructor. |
bp-invites/classes/class-bp-rest-invites-endpoint.php: BP_REST_Invites_Endpoint::__construct() |
Constructor. |
bp-groups/classes/class-bp-rest-group-settings-endpoint.php: BP_REST_Group_Settings_Endpoint::__construct() |
Constructor. |
bp-groups/classes/class-bp-rest-groups-types-endpoint.php: BP_REST_Groups_Types_Endpoint::__construct() |
Constructor. |
bp-groups/classes/class-bp-rest-groups-details-endpoint.php: BP_REST_Groups_Details_Endpoint::__construct() |
Constructor. |
bp-groups/classes/class-bp-rest-groups-endpoint.php: BP_REST_Groups_Endpoint::__construct() |
Constructor. |
bp-groups/classes/class-bp-rest-group-membership-endpoint.php: BP_REST_Group_Membership_Endpoint::__construct() |
Constructor. |
bp-groups/classes/class-bp-rest-group-membership-request-endpoint.php: BP_REST_Group_Membership_Request_Endpoint::__construct() |
Constructor. |
bp-groups/classes/class-bp-rest-attachments-group-avatar-endpoint.php: BP_REST_Attachments_Group_Avatar_Endpoint::__construct() |
Constructor. |
bp-groups/classes/class-bp-rest-attachments-group-cover-endpoint.php: BP_REST_Attachments_Group_Cover_Endpoint::__construct() |
Constructor. |
bp-groups/classes/class-bp-rest-group-invites-endpoint.php: BP_REST_Group_Invites_Endpoint::__construct() |
Constructor. |
bp-friends/classes/class-bp-rest-friends-endpoint.php: BP_REST_Friends_Endpoint::__construct() |
Constructor. |
bp-forums/classes/class-bp-rest-topics-actions-endpoint.php: BP_REST_Topics_Actions_Endpoint::__construct() |
Constructor. |
bp-forums/classes/class-bp-rest-topics-endpoint.php: BP_REST_Topics_Endpoint::__construct() |
Constructor. |
bp-forums/classes/class-bp-rest-reply-actions-endpoint.php: BP_REST_Reply_Actions_Endpoint::__construct() |
Constructor. |
bp-forums/classes/class-bp-rest-reply-endpoint.php: BP_REST_Reply_Endpoint::__construct() |
Constructor. |
bp-forums/classes/class-bp-rest-forums-endpoint.php: BP_REST_Forums_Endpoint::__construct() |
Constructor. |
bp-core/bp-core-rest-api.php: bp_rest_get_user_url() |
Get user URL. |
bp-integrations/learndash/classes/class-bp-rest-learndash-courses-endpoint.php: BP_REST_Learndash_Courses_Endpoint::__construct() |
Constructor. |
bp-core/classes/class-bp-rest-mention-endpoint.php: BP_REST_Mention_Endpoint::__construct() |
Constructor. |
bp-core/classes/class-bp-rest-settings-endpoint.php: BP_REST_Settings_Endpoint::__construct() |
Constructor. |
bp-core/classes/class-bp-rest-components-endpoint.php: BP_REST_Components_Endpoint::__construct() |
Constructor. |
bp-blogs/classes/class-bp-rest-blogs-endpoint.php: BP_REST_Blogs_Endpoint::__construct() |
Constructor. |
bp-blogs/classes/class-bp-rest-attachments-blog-avatar-endpoint.php: BP_REST_Attachments_Blog_Avatar_Endpoint::__construct() |
Constructor. |
bp-activity/classes/class-bp-rest-activity-link-preview-endpoint.php: BP_REST_Activity_Link_Preview_Endpoint::__construct() |
Constructor. |
bp-activity/classes/class-bp-rest-activity-comment-endpoint.php: BP_REST_Activity_Comment_Endpoint::__construct() |
Constructor. |
bp-activity/classes/class-bp-rest-activity-details-endpoint.php: BP_REST_Activity_Details_Endpoint::__construct() |
Constructor. |
bp-activity/classes/class-bp-rest-activity-endpoint.php: BP_REST_Activity_Endpoint::__construct() |
Constructor. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.