Skip to content

Instantly share code, notes, and snippets.

View slushman's full-sized avatar

Chris Wilcoxson slushman

View GitHub Profile
@slushman
slushman / wordle-list
Created March 25, 2022 19:48
An alphabetized list of five-letter words used in Wordle as the puzzle clues.
[
"aback",
"abase",
"abate",
"abbey",
"abbot",
"abhor",
"abide",
"abled",
"abode",
@slushman
slushman / htaccess.txt
Last active January 16, 2024 12:49
htaccess for WordPress sites on SiteGround
# # WEB PERFORMANCE
# Remove `ETags` as resources are sent with far-future expires headers.
# `FileETag None` doesn't work in all cases.
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
FileETag None
@slushman
slushman / customizer-links.php
Last active September 23, 2023 13:03
How to link into the WordPress Customizer
@slushman
slushman / wordle-dictionary
Last active August 11, 2023 20:10
Alphabetized list of five-letter words used as the dictionary in Wordle. Includes the words used as the puzzle answers.
[
"aahed",
"aalii",
"aapas",
"aargh",
"aarti",
"abaca",
"abaci",
"aback",
"abacs",
@slushman
slushman / gist:fb7c51ac7e05a47ae8f17f08ab9bf4f0
Created August 11, 2023 18:55
Array of Wordle words that have one or more repeated letters
[
"aback",
"abase",
"abate",
"abbey",
"abbot",
"abyss",
"adage",
"adapt",
"affix",
@slushman
slushman / gist:d38991f2f03cc83b09707715abf04a26
Created August 11, 2023 18:53
Wordle words that have one or more repeated letters
aback
abase
abate
abbey
abbot
abyss
adage
adapt
affix
afoot
@slushman
slushman / gist:9fb50bebd415e1c85ac6136a29f52d18
Created August 11, 2023 18:52
Array of Wordle words without repeated letters
[
"abhor",
"abide",
"abled",
"abode",
"abort",
"about",
"above",
"abuse",
"acorn",
@slushman
slushman / gist:29570d2716cffa6c1d1d0966a29c0906
Created August 11, 2023 18:48
Wordle words without repeated letters
abhor
abide
abled
abode
abort
about
above
abuse
acorn
acrid
@slushman
slushman / jquery-datepicker-wp-admin
Last active October 19, 2022 14:25
How to Add the jQuery UI Datepicker to the WordPress Admin
/**
* Adds the datepicker settings to the admin footer.
* Only loads on the plugin-name settings page
*/
function admin_footer() {
$screen = get_current_screen();
if ( $screen->id == 'settings_page_plugin-name' ) {
@slushman
slushman / dcc-site-launch-list.md
Last active April 9, 2021 14:02
DCC Website Launch Checklist