Skip to content

Instantly share code, notes, and snippets.

View yu2un's full-sized avatar
🏠
Working from home

Yalçın yu2un

🏠
Working from home
View GitHub Profile
@yu2un
yu2un / wp-query-ref.php
Created September 20, 2020 13:54 — forked from luetkemj/wp-query-ref.php
WP: Query $args
// This gist is now maintained on github at https://github.com/luetkemj/wp-query-ref
<?php
/**
* WordPress Query Comprehensive Reference
* Compiled by luetkemj - luetkemj.github.io
*
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query#Parameters
* Source: https://core.trac.wordpress.org/browser/tags/4.9.4/src/wp-includes/query.php
*/