Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created December 8, 2013 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchristopher/7852221 to your computer and use it in GitHub Desktop.
Save jchristopher/7852221 to your computer and use it in GitHub Desktop.
SearchWP's default common words
<?php
$common = array(
"a", "about", "after", "ago", "all", "am", "an", "and", "any", "are", "aren't", "as", "at", "be", "but", "by",
"for", "from", "get", "go", "how", "if", "in", "into", "is", "isn't", "it", "its", "me", "more", "most", "must",
"my", "new", "news", "no", "none", "not", "nothing", "of", "off", "often", "old", "on", "once", "only", "or",
"other", "our", "ours", "out", "over", "page", "she", "should", "small", "so", "some", "than", "true", "thank",
"that", "the", "their", "theirs", "them", "then", "there", "these", "they", "this", "those", "thus", "time",
"times", "to", "too", "under", "until", "up", "upon", "use", "users", "version", "very", "via", "want", "was",
"way", "web", "were", "what", "when", "where", "which", "who", "whom", "whose", "why", "wide", "will", "with",
"within", "without", "would", "yes", "yet", "you", "your", "yours",
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment