Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: parse_query

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
1703           $this->is_singular = $this->is_single || $this->is_page || $this->is_attachment;
1704           // Done correcting is_* for page_on_front and page_for_posts
1705
1706           if ( '404' == $qv['error'] )
1707                $this->set_404();
1708
1709           $this->query_vars_hash = md5( serialize( $this->query_vars ) );
1710           $this->query_vars_changed = false;
1711
1712           do_action_ref_array('parse_query', array(&$this));
1713      }
1714
1715      /**
1716       * Parses various taxonomy related query vars.
1717       *
1718       * @access protected
1719       * @since 3.1.0
1720       *
1721       * @param array &$q The query variables