Changeset 13475
- Timestamp:
- 05/13/2023 08:57:35 AM (19 months ago)
- Location:
- trunk/src/bp-xprofile/classes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r13414 r13475 84 84 * 85 85 * @since 1.0.0 86 *87 * @global wpdb $wpdb WordPress database object.88 86 * 89 87 * @param int $id Field group ID. … … 468 466 * @since 5.0.0 469 467 * @since 11.0.0 `$profile_group_id` accepts an array of profile group ids. 468 * 469 * @global wpdb $wpdb WordPress database object. 470 470 * 471 471 * @param array $args { … … 525 525 * 526 526 * @since 5.0.0 527 * 528 * @global wpdb $wpdb WordPress database object. 527 529 * 528 530 * @param array $group_ids Array of group IDs. … … 617 619 * 618 620 * @since 2.0.0 621 * 622 * @global wpdb $wpdb WordPress database object. 619 623 * 620 624 * @param array $group_ids Array of IDs. … … 787 791 * 788 792 * @since 1.6.0 793 * 794 * @global wpdb $wpdb WordPress database object. 789 795 * 790 796 * @return array $default_visibility_levels An array, keyed by field_id, of default -
trunk/src/bp-xprofile/classes/class-bp-xprofile-meta-query.php
r13394 r13475 153 153 * 154 154 * @since 2.3.0 155 * 156 * @global wpdb $wpdb WordPress database object. 155 157 * 156 158 * @param array $clause Query clause, passed by reference. -
trunk/src/bp-xprofile/classes/class-bp-xprofile-profiledata.php
r13414 r13475 77 77 * 78 78 * @since 1.0.0 79 * 80 * @global wpdb $wpdb WordPress database object. 79 81 * 80 82 * @param int $field_id Field ID to populate. … … 176 178 * 177 179 * @since 1.0.0 180 * 181 * @global wpdb $wpdb WordPress database object. 178 182 * 179 183 * @return bool … … 318 322 * @since 8.0.0 Checks if a null field data is an xProfile WP Field. 319 323 * Adds a new parameter `$field_type_objects` to pass the list of field type objects. 324 * 325 * @global wpdb $wpdb WordPress database object. 320 326 * 321 327 * @param int $user_id ID of user whose data is being queried. … … 475 481 * 476 482 * @since 1.6.0 483 * 484 * @global wpdb $wpdb WordPress database object. 477 485 * 478 486 * @param int $field_id Field ID being queried for. … … 508 516 * @since 1.0.0 509 517 * @since 8.0.0 Checks if a null field data is an xProfile WP Field. 518 * 519 * @global wpdb $wpdb WordPress database object. 510 520 * 511 521 * @param int $field_id ID of the field. … … 616 626 * 617 627 * @since 1.0.0 628 * 629 * @global wpdb $wpdb WordPress database object. 630 * 618 631 * @deprecated 8.0.0 This function is not used anymore. 619 632 * … … 682 695 * 683 696 * @since 1.0.0 697 * 698 * @global wpdb $wpdb WordPress database object. 684 699 * 685 700 * @param int $field_id ID of the field to delete. … … 702 717 * 703 718 * @since 1.0.0 719 * 720 * @global wpdb $wpdb WordPress database object. 704 721 * 705 722 * @param int $user_id User ID to get time for. … … 720 737 * 721 738 * @since 1.0.0 739 * 740 * @global wpdb $wpdb WordPress database object. 722 741 * 723 742 * @param int $user_id User ID to remove data for. … … 746 765 * 747 766 * @since 1.0.0 767 * 768 * @global wpdb $wpdb WordPress database object. 748 769 * 749 770 * @param int $user_id User ID to query for. -
trunk/src/bp-xprofile/classes/class-bp-xprofile-query.php
r13394 r13475 341 341 * 342 342 * @since 2.2.0 343 * 344 * @global wpdb $wpdb WordPress database object. 343 345 * 344 346 * @param array $clause Query clause.
Note: See TracChangeset
for help on using the changeset viewer.