recovery_mode_begin_url

recovery_mode_begin_url

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('recovery_mode_begin_url') is found 1 times:

  • /wp-includes/class-wp-recovery-mode-link-service.php line 128

    Warning: Undefined array key 130 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 131 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 132 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 133 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 * @param string $url   The generated recovery mode begin URL.
    		 * @param string $token The token used to identify the key.
    		 * @param string $key   The recovery mode key.
    		 */
    		return apply_filters( 'recovery_mode_begin_url', $url, $token, $key );
    	}
    }