changeset 21 | 48c4eec2b7e6 |
parent 16 | a86126ab1dd4 |
20:7b1b88e27a20 | 21:48c4eec2b7e6 |
---|---|
10 /** |
10 /** |
11 * Core class used to prepare HTTP responses. |
11 * Core class used to prepare HTTP responses. |
12 * |
12 * |
13 * @since 4.4.0 |
13 * @since 4.4.0 |
14 */ |
14 */ |
15 #[AllowDynamicProperties] |
|
15 class WP_HTTP_Response { |
16 class WP_HTTP_Response { |
16 |
17 |
17 /** |
18 /** |
18 * Response data. |
19 * Response data. |
19 * |
20 * |