wpseek.com
A WordPress-centric search engine for devs and theme authors



ms_allowed_http_request_hosts › WordPress Function

Since3.6.0
Deprecatedn/a
ms_allowed_http_request_hosts ( $is_external, $host )
Parameters: (2)
  • (bool) $is_external
    Required: Yes
  • (string) $host
    Required: Yes
Returns:
  • (bool)
Defined at:
Codex:

Adds any domain in a multisite installation for safe HTTP requests to the allowed list.

Attached to the {@see 'http_request_host_is_external'} filter.


Source

Soon...