Skip to content

Instantly share code, notes, and snippets.

@clarklab
clarklab / rsvp.php
Last active December 12, 2015 08:49 — forked from technosailor/gist:1771566
Updated to function as a simple RSVP button with facepile (list of avatars from confirmed users).
<?php
class wordup_session_rsvp {
function __construct()
{
$this->hooks();
}
function hooks()