Skip to content

Instantly share code, notes, and snippets.

View alejandro-ao's full-sized avatar
❤️

Alejandro AO alejandro-ao

❤️
View GitHub Profile
# vectors
vector <- c(10,20,30, "hello")
# lists
list <- list(1, "hello", 0.5, list(1,2,3), c(2,3,4))
# data types
# logical
class(FALSE)
# numeric
@alejandro-ao
alejandro-ao / WP_Query_Args.php
Created July 13, 2022 13:31 — forked from fazlurr/WP_Query_Args.php
WP_Query arguments list
<?php
/**
* WordPress Query Comprehensive Reference
* Compiled by luetkemj - luetkemj.com
*
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query
* Source: http://core.trac.wordpress.org/browser/tags/3.3.1/wp-includes/query.php
*/
$args = array(