Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




is_main_query [ WordPress Function ]

is_main_query ( No parameters )
Returns:
  • (bool)
Defined at:



Is the query the main query?

Source


<?php
function is_main_query() {
    global 
$wp_query;
    return 
$wp_query->is_main_query();
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics