Filter: dt_auth_prepare_credentials
Filter the authorization credentials prepared before saving.
Parameters
| Name | Type | Description |
|---|---|---|
| $auth | array | The credentials to be saved. |
| $args | array | The arguments originally passed to prepare_credentials. |
| $slug | string | The authorization handler type slug. |
Since
- 1.0
Source
Defined in includes/classes/Authentications/WordPressBasicAuth.php at line 221
Returns
The authorization credentials to be saved.