Title: Hooks before pre_get_post
Last modified: March 14, 2022

---

# Hooks before pre_get_post

 *  [Haja](https://wordpress.org/support/users/hajakutbudeen/)
 * (@hajakutbudeen)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/hooks-before-pre_get_post/)
 * Hello there,
 * i am looking for hook which is execute before pre_get_post, because i want check
   cookie exist or not before pre_get_post hook exe.

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

 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/hooks-before-pre_get_post/#post-15456490)
 * [parse_query](https://developer.wordpress.org/reference/hooks/parse_query/) is
   executed directly before pre_get_post.
 * To check for the existence of a cookie, you could also use [init](https://developer.wordpress.org/reference/hooks/init).
 * With this plugin you can also see which hooks are executed in which order: [https://wordpress.org/plugins/show-hooks/](https://wordpress.org/plugins/show-hooks/)
 *  [Vijay Hardaha](https://wordpress.org/support/users/vijayhardaha/)
 * (@vijayhardaha)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/hooks-before-pre_get_post/#post-15456497)
 * Action_Reference: [https://codex.wordpress.org/Plugin_API/Action_Reference](https://codex.wordpress.org/Plugin_API/Action_Reference)

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

The topic ‘Hooks before pre_get_post’ is closed to new replies.

## Tags

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

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 2 replies
 * 3 participants
 * Last reply from: [Vijay Hardaha](https://wordpress.org/support/users/vijayhardaha/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/hooks-before-pre_get_post/#post-15456497)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
