Skip to content

Commit

Permalink
Fix the version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Jan 9, 2025
1 parent 12571b1 commit df8cff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/class-two-factor-email.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function user_token_ttl( $user_id ) {
* @param integer $token_ttl Token time-to-live in seconds.
* @param integer $user_id User ID.
*/
$token_ttl = (int) apply_filters_deprecated( 'two_factor_token_ttl', array( $token_ttl, $user_id ), '0.7.0', 'two_factor_email_token_ttl' );
$token_ttl = (int) apply_filters_deprecated( 'two_factor_token_ttl', array( $token_ttl, $user_id ), '0.11.0', 'two_factor_email_token_ttl' );

/**
* Number of seconds the token is considered valid
Expand Down

0 comments on commit df8cff2

Please sign in to comment.