recovery_mode_email_link_ttl

Advertisement

Summery Summery

Filter the amount of time the recovery mode email link is valid for.

Syntax Syntax

apply_filters( 'recovery_mode_email_link_ttl', int $valid_for )

Description Description

The ttl must be at least as long as the email rate limit.

Parameters Parameters

$valid_for

The number of seconds the link is valid for.

Source Source

File: wp-includes/class-wp-recovery-mode.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.

Advertisement

Leave a Reply