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



allowed_http_origins › WordPress Filter Hooks

Since3.4.0
Deprecatedn/a
apply_filters( 'allowed_http_origins', $allowed_origins )
Parameters:
  • (string[]) $allowed_origins Array of allowed HTTP origins.
    Required: Yes
Defined at:
Codex:

Changes the origin types allowed for HTTP requests.





Source

return apply_filters( 'allowed_http_origins', $allowed_origins );