LD_Multisite::allowed_redirect_hosts( array $known_hosts = array(), string $dest_host = '' )
Ensure the user can get redirected back to the origin site after a password redirect.
Description Description
Parameters Parameters
- $known_hosts
-
(Optional) Known hosts. (allowed).
Default value: array()
- $dest_host
-
(Optional) Destination host. (optional).
Default value: ''
Return Return
(array) $known_hosts.
Source Source
File: mu-plugins/learndash-multisite.php
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |