recovery_mode_begin_url WordPress Filter Hook

The recovery_mode_begin_url hook is called when the WordPress recovery mode is about to begin. This hook allows you to specify a custom URL for the WordPress recovery mode page.

apply_filters( 'recovery_mode_begin_url', string $url, string $token, string $key ) #

Filters the URL to begin recovery mode.


Parameters

$url

(string)The generated recovery mode begin URL.

$token

(string)The token used to identify the key.

$key

(string)The recovery mode key.


Top ↑

Source

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

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.2.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.