equal
deleted
inserted
replaced
10 /** |
10 /** |
11 * Bridge to connect Requests internal hooks to WordPress actions. |
11 * Bridge to connect Requests internal hooks to WordPress actions. |
12 * |
12 * |
13 * @since 4.7.0 |
13 * @since 4.7.0 |
14 * |
14 * |
15 * @see Requests_Hooks |
15 * @see WpOrg\Requests\Hooks |
16 */ |
16 */ |
17 class WP_HTTP_Requests_Hooks extends Requests_Hooks { |
17 #[AllowDynamicProperties] |
|
18 class WP_HTTP_Requests_Hooks extends WpOrg\Requests\Hooks { |
18 /** |
19 /** |
19 * Requested URL. |
20 * Requested URL. |
20 * |
21 * |
21 * @var string Requested URL. |
22 * @var string Requested URL. |
22 */ |
23 */ |