Definition:
function is_main_query() {}
Is the query the main query?
Source code
function is_main_query() { global $wp_the_query; return $wp_the_query === $this; }
16629
Definition:
function is_main_query() {}
function is_main_query() { global $wp_the_query; return $wp_the_query === $this; }
16629
No comments yet... Be the first to leave a reply!