Changeset 48109 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 06/20/2020 12:38:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r48102 r48109 560 560 * @see WP_Http::request() 561 561 * 562 * @staticvar array $transports563 *564 562 * @param string $url URL to Request. 565 563 * @param array $args Request arguments. … … 851 849 * @link https://core.trac.wordpress.org/ticket/14636 Allow wildcard domains in WP_ACCESSIBLE_HOSTS 852 850 * 853 * @staticvar array|null $accessible_hosts854 * @staticvar array $wildcard_regex855 *856 851 * @param string $uri URI of url. 857 852 * @return bool True to block, false to allow.
Note: See TracChangeset
for help on using the changeset viewer.