Changeset 13469 for trunk/src/bp-members/classes/class-bp-signup.php
- Timestamp:
- 05/06/2023 09:26:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-signup.php
r13414 r13469 616 616 * @since 2.0.0 617 617 * 618 * @param int$user_id ID of the user being checked.619 * @return int|bool The status if found, otherwise false.618 * @param int $user_id ID of the user being checked. 619 * @return int|bool The status if found, otherwise false. 620 620 */ 621 621 public static function check_user_status( $user_id = 0 ) { 622 global $wpdb;623 624 622 if ( empty( $user_id ) ) { 625 623 return false;
Note: See TracChangeset
for help on using the changeset viewer.