Changeset 13890 for trunk/src/bp-core/bp-core-rest-api.php
- Timestamp:
- 06/02/2024 01:06:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-rest-api.php
r13296 r13890 16 16 * @since 5.0.0 17 17 * 18 * @return bool eanTrue if the BP REST plugin is active. False otherwise.18 * @return bool True if the BP REST plugin is active. False otherwise. 19 19 */ 20 20 function bp_rest_is_plugin_active() { … … 44 44 * @since 5.0.0 45 45 * 46 * @return bool eanTrue if the BP REST API is available. False otherwise.46 * @return bool True if the BP REST API is available. False otherwise. 47 47 */ 48 48 function bp_rest_api_is_available() { … … 221 221 * 222 222 * @param mixed $value Mixed value. 223 * @return WP_Error|bool ean223 * @return WP_Error|bool 224 224 */ 225 225 function bp_rest_validate_member_types( $value ) { … … 319 319 * 320 320 * @param int $user_id Supplied user ID. 321 * @return WP_User|bool ean321 * @return WP_User|bool 322 322 */ 323 323 function bp_rest_get_user( $user_id ) {
Note: See TracChangeset
for help on using the changeset viewer.