Skip to content

Instantly share code, notes, and snippets.

View heathermkrause's full-sized avatar
💭
Coding for equity

Heather Krause heathermkrause

💭
Coding for equity
View GitHub Profile
<?php
//get dashboard if one is setup
global $current_user;
get_currentuserinfo();
// $custom_fields = get_post_custom_values('dashboard_url'); //post must have this configured
// $dashboard_url = $custom_fields[0]; //the first value, there technically could be more than 1
@heathermkrause
heathermkrause / README.md
Last active August 29, 2015 14:17 — forked from mbostock/.block

A quick visual reference to every ColorBrewer scale; colors by Cynthia Brewer. Available in CSS and JS format. Click on a palette to log the constituent colors in hexadecimal RGB to the console.