Nov 20, 2019 | WordPress

Difference between wp_query & wp_the_query

Let’s start with the difference between global and $GLOBALS to understand the difference between $wp_query & $wp_the_query.

Global is a keyword which is used to creates global variable. Global variables can be imported into local scope for local scope.

$GLOBALS is a superglobal array that is accessible everywhere without the global keyword, but the significant difference is that it only grants access to that variable we can’t modify it.

In the context of WordPress(reference – wp-settings.php):
$GLOBALS[‘wp_the_query’] = new WP_Query();
$GLOBALS[‘wp_query’] = $GLOBALS[‘wp_the_query’];

$wp_query is the variable that contains the copy of GLOBALS[‘wp_the_query’]. Plugins and themes could modify $wp_query.

$wp_the_query is the variable that contains an original copy of GLOBALS[‘wp_the_query’]. This is used to reset the $wp_query object when we call wp_reset_query() function.

To be conclusive, If you would like to write competent & reliable code, which rarely fails, you should be using $GLOBALS[‘wp_the_query’]. On the other hand, if you believe other plugins and themes are always practicing the correct methodology of programming, you could use $GLOBALS[‘wp_query’].

Posted By:
Mohd Arif
Dreamer, Schemer, Music & Technology enthusiast. He enjoys building things that speak HTTP. Arif is Development Head at Elicus and has over 8 years experience in the WordPress development industry.

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

9 Best Tips for Building a Travel Website That Wows Visitors

9 Best Tips for Building a Travel Website That Wows Visitors

Building a travel website requires skill. Not only web development or designing, but skills that cover the entire aspects of being a travel website. For starters, you can buy a domain, hire a developer or become a developer yourself to build the website, which is...

Divi Plus Update: Introducing Filterable Gallery

Divi Plus Update: Introducing Filterable Gallery

Divi Plus is ready for you with an important 1.9.11 update adding up a filterable gallery to its useful module library. Divi Plus already had a gallery module but now it will be far more superior than its previous version. In this article, we will introduce you to the...

7 Best Events Calendar Themes for WordPress

7 Best Events Calendar Themes for WordPress

Are you looking for the best theme for events? Or a theme that’s compatible with the powerful events plugin Events Calendar?  If yes, then end your search now. You don’t have to look anymore.  Because in this post, we are going to look at the 7 best events...

Popular on Divi Extended

Divi Plus WooCommerce Extended Divi Layouts Extended Divi Header Layouts