recovery_mode_email_link_ttl

recovery_mode_email_link_ttl

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('recovery_mode_email_link_ttl') is found 1 times:

  • /wp-includes/class-wp-recovery-mode.php line 331
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
         * @since 5.2.0
         *
         * @param int $valid_for The number of seconds the link is valid for.
         */
        $valid_for = apply_filters( 'recovery_mode_email_link_ttl', $valid_for );
     
        return max( $valid_for, $rate_limit );
    }
     
    /**
     * Gets the extension that the error occurred in.