Skip to content

Instantly share code, notes, and snippets.

View davepullig's full-sized avatar

Dave Pullig davepullig

View GitHub Profile
@kirstyburgoine
kirstyburgoine / board-games.txt
Last active May 29, 2020 09:40
Board Game suggestions
A list of all of the board games suggested when asking for recomendations on Twitter. Includes any notes people added
https://twitter.com/KirstyBurgoine/status/1264639133387014144
Agricola - 2 player (also bigger version available)
Anachrony
Azul
Bananagrams
Bird Bingo - Good when you don’t want anything complicated
Boss Monster
Burgle Bros
@deckerweb
deckerweb / gw-gravity-forms-change-field-id.js
Created January 26, 2016 15:57 — forked from spivurno/gw-gravity-forms-change-field-id.js
Gravity Wiz // Gravity Forms // Change Field ID via Browser Console
/**
* Gravity Wiz // Gravity Forms // Change Field ID via Browser Console
*
* Provides a simple function for changing the ID of a Gravity Forms field via the browser console from the Form Editor page.
*
* @version 1.0
* @author David Smith <david@gravitywiz.com>
* @license GPL-2.0+
* @link http://gravitywiz.com/changing-your-gravity-forms-field-ids/
* @video http://www.screencast.com/t/STm1eLZEsR9q
@johnbillion
johnbillion / wp_mail.md
Last active June 3, 2024 13:31
WordPress Emails

WordPress Emails

This document lists all the situations where WordPress sends an email, along with how to filter or disable each email.

This documentation has moved here: https://github.com/johnbillion/wp_mail

INITIALISATION
==============
load wp-config.php
set up default constants
load wp-content/advanced-cache.php if it exists
load wp-content/db.php if it exists
connect to mysql, select db
load object cache (object-cache.php if it exists, or wp-include/cache.php if not)
load wp-content/sunrise.php if it exists (multisite only)