- Timestamp:
- 05/13/2023 08:57:35 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
Note: See TracChangeset
for help on using the changeset viewer.