| [ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
Core component classes.
| File Size: | 139 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
BP_Members_Suggestions:: (2 methods):
validate()
get_suggestions()
Class: BP_Members_Suggestions - X-Ref
Adds support for user at-mentions to the Suggestions API.| validate() X-Ref |
| Validate and sanitise the parameters for the suggestion service query. return: true|WP_Error If validation fails, return a WP_Error object. On success, return true (bool). since: 2.1.0 |
| get_suggestions() X-Ref |
| Find and return a list of username suggestions that match the query. return: array|WP_Error Array of results. If there were problems, returns a WP_Error object. since: 2.1.0 |
| Generated: Thu Oct 30 01:00:57 2025 | Cross-referenced by PHPXref 0.7.1 |