diff --git a/stubs/WordPress/functions.php b/stubs/WordPress/functions.php index 0a3bbef..f275a54 100644 --- a/stubs/WordPress/functions.php +++ b/stubs/WordPress/functions.php @@ -975,7 +975,21 @@ function wp_remote_get( $url, $args = array() ) { } /** - * @param WP_Error|array $response + * @param WP_Error|array $response { + * @type string $body + * } + * + * @return string + */ +function wp_remote_retrieve_body( $response ) { +} + +/** + * @param WP_Error|array $response { + * @type array $response { + * @type int $code + * } + * } * * @return int|string */