Skip to content

Instantly share code, notes, and snippets.

View tannerm's full-sized avatar

Tanner Moushey tannerm

View GitHub Profile
<?php
/*
* Plugin Name: wpMandrill MS
* Plugin URI: https://gist.github.com/tannerm/b6d06e3d784f7c12bdd5
* Description: Network-wide settings for wpMandrill.
* Version: 2015.07.07
* Author: Kailey Lampert, Tanner Moushey
* Author URI: kaileylampert.com
* License: GPLv2 or later
* TextDomain: wpmandrill-ms
@tannerm
tannerm / functions.php
Last active August 29, 2015 13:57 — forked from flowdee/functions.php
<?php
/**
* Remove trailing parenthesis from youtube oembed
*
* @param $html
* @param $url
*
* @return mixed
*/