Changeset 10825 for trunk/src/bp-xprofile/bp-xprofile-functions.php
- Timestamp:
- 05/29/2016 06:12:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-functions.php
r10740 r10825 328 328 * @since 1.0.0 329 329 * 330 * @uses BP_XProfile_ProfileData::get_value_byid() Fetches the value based on the params passed.331 *332 330 * @param mixed $field The ID of the field, or the $name of the field. 333 331 * @param int $user_id The ID of the user. … … 390 388 * @since 1.0.0 391 389 * 392 * @uses xprofile_get_field_id_from_name() Gets the ID from the field based on the name.393 *394 390 * @param int|string $field The ID of the field, or the $name of the field. 395 391 * @param int $user_id The ID of the user. … … 604 600 * @global object $wpdb WordPress DB access object. 605 601 * @global object $current_user WordPress global variable containing current logged in user information. 606 * @uses xprofile_format_profile_field() Formats profile field data so it is suitable for display.607 602 * 608 603 * @param int $user_id User ID of the user to get random data for. … … 1160 1155 * 1161 1156 * @see BP_XProfile_Group::get() 1162 * @uses apply_filters() Filter bp_xprofile_get_hidden_fields_for_user to modify visibility levels,1163 1157 * or if you have added your own custom levels. 1164 1158 *
Note: See TracChangeset
for help on using the changeset viewer.