Skip to content

Instantly share code, notes, and snippets.

@mcsf
Created January 7, 2014 02:28
Show Gist options
  • Save mcsf/8293785 to your computer and use it in GitHub Desktop.
Save mcsf/8293785 to your computer and use it in GitHub Desktop.
Infinite Scroll's allowed query variables by default
[allowed_vars] => Array
(
[0] => m
[1] => p
[2] => posts
[3] => w
[4] => cat
[5] => withcomments
[6] => withoutcomments
[7] => s
[8] => search
[9] => exact
[10] => sentence
[11] => calendar
[12] => page
[14] => more
[15] => tb
[16] => pb
[17] => author
[18] => order
[19] => orderby
[20] => year
[21] => monthnum
[22] => day
[23] => hour
[24] => minute
[25] => second
[26] => name
[27] => category_name
[28] => tag
[29] => feed
[30] => author_name
[31] => static
[32] => pagename
[33] => page_id
[34] => error
[35] => comments_popup
[36] => attachment
[37] => attachment_id
[38] => subpost
[39] => subpost_id
[40] => preview
[41] => robots
[42] => taxonomy
[43] => term
[44] => cpage
[45] => post_type
[46] => post_format
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment