wp/wp-includes/class-wp-http-requests-hooks.php
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    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 	 */