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



http_origin › WordPress Filter Hooks

Since3.4.0
Deprecatedn/a
apply_filters( 'http_origin', $origin )
Parameters:
  • (string) $origin The original origin for the request.
    Required: Yes
Defined at:
Codex:

Change the origin of an HTTP request.





Source

return apply_filters( 'http_origin', $origin );