apply_filters( 'allowed_http_origins', string[] $allowed_origins )

Change the origin types allowed for HTTP requests.


Description Description


Parameters Parameters

$allowed_origins

(string[]) Array of default allowed HTTP origins.

  • (string) Non-secure URL for admin origin.
  • '1'
    (string) Secure URL for admin origin.
  • '2'
    (string) Non-secure URL for home origin.
  • '3'
    (string) Secure URL for home origin.


Top ↑

Source Source

File: wp-includes/http.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.