Skip to content

Instantly share code, notes, and snippets.

View joeyfigaro's full-sized avatar
:shipit:
Going Rogue

Joey Figaro joeyfigaro

:shipit:
Going Rogue
View GitHub Profile
@joeyfigaro
joeyfigaro / wordpress-admin-functions
Created June 4, 2013 12:46
Wordpress Admin Functions
// ========================
// = Admin Area Functions =
// ========================
require_once(TEMPLATEPATH . '/help_page.php');
// After Registration Redirect
function __my_registration_redirect()
{
return home_url( '/thank-you-for-registering' );
@joeyfigaro
joeyfigaro / CSS-Boilerplate
Created June 4, 2013 12:44
CSS Reset Boilerplate
/*
Document : ${name}
Created on : ${date}, ${time}
Author : ${user}
Description:
Purpose of the stylesheet follows.
*/
/* html5doctor.com Reset Stylesheet
v1.6.1
i = setInterval(function() {e = $(".up")[0]; if(e) e.onclick(); else clearInterval(i);}, 500);