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
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
// edge-skew | |
// Applies a psudo element ot the left or right of an element | |
// that skews that edge. Basically adds a triangle of a given | |
// color in a direction | |
// @param $direction 'left'|'right' | |
// @param $color color | |
@mixin edge-skew( $direction, $color ) { | |
position: relative; | |
$pseudo: if($direction == left, before, after); |
This document is a work-in-progress.
Todo's
<?php | |
/* | |
Plugin Name: Ajax Password Protected | |
Plugin URI: https://github.com/trepmal/ajax-password-protected | |
Description: Ajax-ified password-protected form | |
Version: 0.1 | |
Author: Kailey Lampert | |
Author URI: http://kaileylampert.com | |
Copyright (C) 2012 Kailey Lampert |