@@ -100,6 +100,9 @@ discard block  | 
                                                    ||
| 100 | 100 | |
| 101 | 101 | // --------------------------------------------------------------------  | 
                                                        
| 102 | 102 | |
| 103 | +/**  | 
                                                        |
| 104 | + * @param string $field  | 
                                                        |
| 105 | + */  | 
                                                        |
| 103 | 106 | function wsl_get_stored_hybridauth_user_profiles_count_by_field( $field )  | 
                                                        
| 104 | 107 |  { | 
                                                        
| 105 | 108 | global $wpdb;  | 
                                                        
@@ -111,6 +114,9 @@ discard block  | 
                                                    ||
| 111 | 114 | |
| 112 | 115 | // --------------------------------------------------------------------  | 
                                                        
| 113 | 116 | |
| 117 | +/**  | 
                                                        |
| 118 | + * @param integer $limit  | 
                                                        |
| 119 | + */  | 
                                                        |
| 114 | 120 | function wsl_get_stored_hybridauth_user_profiles_grouped_by_user_id( $offset, $limit )  | 
                                                        
| 115 | 121 |  { | 
                                                        
| 116 | 122 | global $wpdb;  | 
                                                        
@@ -133,6 +139,9 @@ discard block  | 
                                                    ||
| 133 | 139 | |
| 134 | 140 | // --------------------------------------------------------------------  | 
                                                        
| 135 | 141 | |
| 142 | +/**  | 
                                                        |
| 143 | + * @param integer $limit  | 
                                                        |
| 144 | + */  | 
                                                        |
| 136 | 145 | function wsl_get_stored_hybridauth_user_contacts_by_user_id( $user_id, $offset, $limit )  | 
                                                        
| 137 | 146 |  { | 
                                                        
| 138 | 147 | global $wpdb;  |