Changes the origin types allowed for HTTP requests.
$allowed_originsstring[]wp-includes/http.php:469get_allowed_http_origins() * Changes the origin types allowed for HTTP requests. * * @since 3.4.0 * * @param string[] $allowed_origins Array of allowed HTTP origins. */ return apply_filters( 'allowed_http_origins', $allowed_origins );} /** * Determines if the HTTP origin is an authorized one. * * @since 3.4.0Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.