http_origin

http_origin

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('http_origin') is found 1 times:

  • /wp-includes/http.php line 417
    	 * @since 3.4.0
    	 *
    	 * @param string $origin The original origin for the request.
    	 */
    	return apply_filters( 'http_origin', $origin );
    }
    
    /**
     * Retrieve list of allowed HTTP origins.
     *
     * @since 3.4.0