allowed_http_origins

allowed_http_origins

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('allowed_http_origins') is found 1 times:

  • /wp-includes/http.php line 455
    	 *     @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