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 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

@johnbillion
johnbillion / gist:4fa3c4228a8bb53cc71d
Last active February 18, 2025 13:06
WordPress Flow
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