allowed_http_origins

allowed_http_origins

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('allowed_http_origins') is found 1 times:

  • /wp-includes/http.php line 464
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
         *     @type string $2 Non-secure URL for home origin.
         *     @type string $3 Secure URL for home origin.
         * }
         */
        return apply_filters( 'allowed_http_origins', $allowed_origins );
    }
     
    /**
     * Determines if the HTTP origin is an authorized one.
     *
     * @since 3.4.0