Title: Response and request hook?
Last modified: August 23, 2019

---

# Response and request hook?

 *  [chiqui3d](https://wordpress.org/support/users/chiqui3d/)
 * (@chiqui3d)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/response-and-request-hook/)
 * Morning!
 * I would like to know which are the **Hook**, to get the **Request **object of
   any URL and also the **Response **Hook, in case I want to edit the answer.
 * Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Joy](https://wordpress.org/support/users/joyously/)
 * (@joyously)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/response-and-request-hook/#post-11861522)
 * You can look at [https://codex.wordpress.org/Plugin_API](https://codex.wordpress.org/Plugin_API)
   but it’s not as if there is one hook for Request and one hook for Response.
 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/response-and-request-hook/#post-11861540)
 * To manage the query vars WP parses from the request, use the “[request](https://developer.wordpress.org/reference/hooks/request/)”
   filter.
 * For response, it depends on what the output is. For example, to filter post content
   just before output, use “[the_content](https://developer.wordpress.org/reference/hooks/the_content/)”
   filter. There is no single filter for all responses.
 *  Thread Starter [chiqui3d](https://wordpress.org/support/users/chiqui3d/)
 * (@chiqui3d)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/response-and-request-hook/#post-11862707)
 * Thanks bcworkz, I’m going to start testing whether I can get what I want.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Response and request hook?’ is closed to new replies.

## Tags

 * [hook](https://wordpress.org/support/topic-tag/hook/)
 * [request](https://wordpress.org/support/topic-tag/request/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 3 replies
 * 3 participants
 * Last reply from: [chiqui3d](https://wordpress.org/support/users/chiqui3d/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/response-and-request-hook/#post-11862707)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
