Skip to content

Instantly share code, notes, and snippets.

View brashrebel's full-sized avatar

Kyle Maurer brashrebel

View GitHub Profile
@johnbillion
johnbillion / wp_mail.md
Last active January 27, 2024 14:06
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)
@joelworsham
joelworsham / extension-ideas.txt
Last active August 29, 2015 14:14
Render Extension Ideas
Extension:
Paypal
Shortcode Templates
Stylebox for TinyMCE
Custom shortcode creater (integrates directly into the modal, maybe)
Integration:
WooCommerce
Gravity Forms
Mini Loops