Filter: dt_auth_prepare_credentials

apply_filters( 'dt_auth_prepare_credentials', $auth, $args, $slug ) → {array}

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:
Returns:

The authorization credentials to be saved.

Type
array