What is the purpose of the `pre_get_posts` action hook?

WordPress Fundamental Medium

WordPress Fundamental — Medium

What is the purpose of the `pre_get_posts` action hook?

Key points

  • `pre_get_posts` runs before the main query executes
  • It allows modification of query variables
  • It does not validate content before publishing posts
  • It does not execute before retrieving posts from the database cache

Ready to go further?

Related questions